File tree Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change 1
1
# SteamID
2
- SteamID is an implementation of Valve unique account identifier used to identify Steam accounts
2
+ [ ![ Build] ( https://github.com/rejchev/steamid/actions/workflows/ci.yml/badge.svg?branch=dev )] ( https://github.com/rejchev/steamid/actions/workflows/ci.yml )
3
+ [ ![ ] ( https://jitpack.io/v/rejchev/steamid.svg )] ( https://jitpack.io/#rejchev/steamid )
4
+ ![ Weekly download statistics] ( https://jitpack.io/v/rejchev/steamid/week.svg )
5
+ [ ![ LICENSE] ( https://img.shields.io/github/license/rejchev/steamid )] ( LICENSE )
3
6
4
- ## Getting
5
- ### Releases
6
- Download latest ` .jar ` on [ releases] ( https://github.com/rejchev/steamid/releases/latest )
7
+ ## Introduction
8
+ SteamID is an implementation of Valve unique account identifier used to identify Steam accounts </br >
7
9
8
- ### JitPack
9
- 1 . Add repository
10
- ``` maven
10
+ The library consists of classes that represents [ SteamID] ( https://developer.valvesoftware.com/wiki/SteamID ) </br >
11
+ The library also provides registry of converters to convert SteamID representation
12
+
13
+
14
+ ## Documentation
15
+ Coming soon...
16
+
17
+ ## Usage
18
+
19
+ ### via Releases
20
+ Download ` .jar ` on [ releases] ( https://github.com/rejchev/steamid/releases ) or [ latest] ( https://github.com/rejchev/steamid/releases/latest )
21
+
22
+ ### via JitPack
23
+ 1 . Add JitPack repo to your project ` pom.xml `
24
+ ``` xml
11
25
<repositories >
12
26
<repository >
13
27
<id >jitpack.io</id >
14
- <url>https://jitpack.io</url>
28
+ <url >https://jitpack.io</url >
15
29
</repository >
16
30
</repositories >
17
31
```
18
- 2 . Add dependency
19
- ``` maven
32
+ 2 . Add to your dependencies and choose ` version `
33
+ ``` xml
20
34
<dependency >
21
35
<groupId >com.github.rejchev</groupId >
22
36
<artifactId >steamid</artifactId >
You can’t perform that action at this time.
0 commit comments