SteamID is an implementation of Valve unique account identifier used to identify Steam accounts
The library consists of classes that represents SteamID
The library also provides registry of converters to convert SteamID representation
Coming soon...
Download .jar
on releases or latest
- Add JitPack repo to your project
pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add to your dependencies and choose
version
<dependency>
<groupId>com.github.rejchev</groupId>
<artifactId>steamid</artifactId>
<version>Tag</version>
</dependency>