License |
License |
---|---|
GroupId | GroupIdcom.ibasco.agql |
ArtifactId | ArtifactIdagql-lib-core |
Version | Version0.1.7 |
Type | Typejar |
Description |
DescriptionAGQL - Core
The core library. Required for all game protocol modules.
|
Project URL |
Project URL |
Filename | Size |
---|---|
agql-lib-core-0.1.7.pom | |
agql-lib-core-0.1.7.jar | 113 KB |
agql-lib-core-0.1.7-sources.jar | 124 KB |
agql-lib-core-0.1.7-javadoc.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/ -->
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-lib-core</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/
implementation 'com.ibasco.agql:agql-lib-core:0.1.7'
// https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/
implementation ("com.ibasco.agql:agql-lib-core:0.1.7")
'com.ibasco.agql:agql-lib-core:jar:0.1.7'
<dependency org="com.ibasco.agql" name="agql-lib-core" rev="0.1.7">
<artifact name="agql-lib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibasco.agql', module='agql-lib-core', version='0.1.7')
)
libraryDependencies += "com.ibasco.agql" % "agql-lib-core" % "0.1.7"
[com.ibasco.agql/agql-lib-core "0.1.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 23.0 |
com.google.code.gson : gson | jar | 2.8.1 |
org.asynchttpclient : async-http-client | jar | 2.5.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.6 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.powermock : powermock-module-junit4 | jar | 1.7.1 |
org.powermock : powermock-api-easymock | jar | 1.7.1 |