Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.28 KB

SteamID

Build Weekly download statistics LICENSE

Introduction

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

Documentation

Coming soon...

Usage

via Releases

Download .jar on releases or latest

via JitPack

  1. Add JitPack repo to your project pom.xml
<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
  1. Add to your dependencies and choose version
<dependency>
    <groupId>com.github.rejchev</groupId>
    <artifactId>steamid</artifactId>
    <version>Tag</version>
</dependency>