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