GroupId | GroupIdio.github.acgs-org |
---|---|
ArtifactId | ArtifactIdacgs-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
acgs-core-1.0.1.pom | |
acgs-core-1.0.1.jar | 10 KB |
acgs-core-1.0.1-sources.jar | 6 KB |
acgs-core-1.0.1-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.acgs-org/acgs-core/ -->
<dependency>
<groupId>io.github.acgs-org</groupId>
<artifactId>acgs-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.acgs-org/acgs-core/
implementation 'io.github.acgs-org:acgs-core:1.0.1'
// https://jarcasting.com/artifacts/io.github.acgs-org/acgs-core/
implementation ("io.github.acgs-org:acgs-core:1.0.1")
'io.github.acgs-org:acgs-core:jar:1.0.1'
<dependency org="io.github.acgs-org" name="acgs-core" rev="1.0.1">
<artifact name="acgs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.acgs-org', module='acgs-core', version='1.0.1')
)
libraryDependencies += "io.github.acgs-org" % "acgs-core" % "1.0.1"
[io.github.acgs-org/acgs-core "1.0.1"]