Skip to content

Commit

Permalink
Initial README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rejchev authored Oct 29, 2024
1 parent 119f8f7 commit 57efbce
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SteamID
SteamID is an implementation of Valve unique account identifier used to identify Steam accounts

## Getting
### Releases
Download latest `.jar` on [releases](https://github.com/rejchev/steamid/releases/latest)

### JitPack
1. Add repository
```maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
2. Add dependency
```maven
<dependency>
<groupId>com.github.rejchev</groupId>
<artifactId>steamid</artifactId>
<version>Tag</version>
</dependency>
```

0 comments on commit 57efbce

Please sign in to comment.