GroupId | GroupIdcom.ibasco.agql |
---|---|
ArtifactId | ArtifactIdagql-lib-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
agql-lib-core-1.0.0.pom | |
agql-lib-core-1.0.0.jar | 260 KB |
agql-lib-core-1.0.0-sources.jar | 214 KB |
agql-lib-core-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/
implementation 'com.ibasco.agql:agql-lib-core:1.0.0'
// https://jarcasting.com/artifacts/com.ibasco.agql/agql-lib-core/
implementation ("com.ibasco.agql:agql-lib-core:1.0.0")
'com.ibasco.agql:agql-lib-core:jar:1.0.0'
<dependency org="com.ibasco.agql" name="agql-lib-core" rev="1.0.0">
<artifact name="agql-lib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibasco.agql', module='agql-lib-core', version='1.0.0')
)
libraryDependencies += "com.ibasco.agql" % "agql-lib-core" % "1.0.0"
[com.ibasco.agql/agql-lib-core "1.0.0"]