License |
License |
---|---|
GroupId | GroupIdcom.ibasco.agql |
ArtifactId | ArtifactIdagql-lib-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionAGQL - Core
The core library. Required by all agql modules.
|
Project URL |
Project URL |
Filename | Size |
---|---|
agql-lib-core-1.0.1.pom | |
agql-lib-core-1.0.1.jar | 262 KB |
agql-lib-core-1.0.1-sources.jar | 214 KB |
agql-lib-core-1.0.1-javadoc.jar | 957 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/ -->
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-lib-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/
implementation 'com.ibasco.agql:agql-lib-core:1.0.1'
// https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/
implementation ("com.ibasco.agql:agql-lib-core:1.0.1")
'com.ibasco.agql:agql-lib-core:jar:1.0.1'
<dependency org="com.ibasco.agql" name="agql-lib-core" rev="1.0.1">
<artifact name="agql-lib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibasco.agql', module='agql-lib-core', version='1.0.1')
)
libraryDependencies += "com.ibasco.agql" % "agql-lib-core" % "1.0.1"
[com.ibasco.agql/agql-lib-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-compress | jar | 1.21 |
com.google.guava : guava | jar | 31.1-jre |
com.google.code.gson : gson | jar | 2.9.0 |
org.asynchttpclient : async-http-client | jar | 2.12.3 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-text | jar | 1.9 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.jetbrains : annotations | jar | 23.0.0 |
io.netty : netty-transport | jar | 4.1.77.Final |
io.netty : netty-codec | jar | 4.1.77.Final |
io.netty : netty-handler | jar | 4.1.77.Final |
io.netty : netty-codec-http | jar | 4.1.77.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.77.Final |
io.netty : netty-transport-native-kqueue | jar | 4.1.77.Final |
io.netty : netty-common | jar | 4.1.77.Final |
io.netty : netty-buffer | jar | 4.1.77.Final |
dev.failsafe : failsafe | jar | 3.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |