Skip to content

SteamID representations implementation using Java

Notifications You must be signed in to change notification settings

rejchev/steamid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>