Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rejchev/steamid
SteamID representations implementation using Java
https://github.com/rejchev/steamid
steam2 steam3 steam32 steam64 steamid steamid-converter steamid64 valve-data-format
Last synced: 7 days ago
JSON representation
SteamID representations implementation using Java
- Host: GitHub
- URL: https://github.com/rejchev/steamid
- Owner: rejchev
- Created: 2021-08-03T18:24:39.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-29T15:59:26.000Z (17 days ago)
- Last Synced: 2024-10-29T16:02:30.382Z (17 days ago)
- Topics: steam2, steam3, steam32, steam64, steamid, steamid-converter, steamid64, valve-data-format
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamID
[![Build](https://github.com/rejchev/steamid/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/rejchev/steamid/actions/workflows/ci.yml)
[![](https://jitpack.io/v/rejchev/steamid.svg)](https://jitpack.io/#rejchev/steamid)
![Weekly download statistics](https://jitpack.io/v/rejchev/steamid/week.svg)
[![LICENSE](https://img.shields.io/github/license/rejchev/steamid)](LICENSE)## Introduction
SteamID is an implementation of Valve unique account identifier used to identify Steam accountsThe library consists of classes that represents [SteamID](https://developer.valvesoftware.com/wiki/SteamID)
The library also provides registry of converters to convert SteamID representation## Documentation
Coming soon...## Usage
### via Releases
Download `.jar` on [releases](https://github.com/rejchev/steamid/releases) or [latest](https://github.com/rejchev/steamid/releases/latest)### via JitPack
1. Add JitPack repo to your project `pom.xml`
```xml
jitpack.io
https://jitpack.io
```
2. Add to your dependencies and choose `version`
```xmlcom.github.rejchev
steamid
Tag```