License |
License |
---|---|
GroupId | GroupIdcom.ibasco.agql |
ArtifactId | ArtifactIdagql |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAGQL - Aggregate
A game query library on steroids written for Java. This is an implementation of Valve's source query, rcon, master and steam web api protocols. Built on top of [Netty](https://github.com/netty/netty)
|
Project URL |
Project URL |
Filename | Size |
---|---|
agql-1.0.4.pom | |
agql-1.0.4.jar | 892 KB |
agql-1.0.4-sources.jar | 798 KB |
agql-1.0.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibasco.agql/agql/ -->
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibasco.agql/agql/
implementation 'com.ibasco.agql:agql:1.0.4'
// https://jarcasting.com/artifacts/com.ibasco.agql/agql/
implementation ("com.ibasco.agql:agql:1.0.4")
'com.ibasco.agql:agql:jar:1.0.4'
<dependency org="com.ibasco.agql" name="agql" rev="1.0.4">
<artifact name="agql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibasco.agql', module='agql', version='1.0.4')
)
libraryDependencies += "com.ibasco.agql" % "agql" % "1.0.4"
[com.ibasco.agql/agql "1.0.4"]