GroupId | GroupIdio.github.ohltao |
---|---|
ArtifactId | ArtifactIdcom.arms.common-api |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
com.arms.common-api-1.0.pom | |
com.arms.common-api-1.0.jar | 2 KB |
com.arms.common-api-1.0-sources.jar | 1 KB |
com.arms.common-api-1.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ohltao/com.arms.common-api/ -->
<dependency>
<groupId>io.github.ohltao</groupId>
<artifactId>com.arms.common-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ohltao/com.arms.common-api/
implementation 'io.github.ohltao:com.arms.common-api:1.0'
// https://jarcasting.com/artifacts/io.github.ohltao/com.arms.common-api/
implementation ("io.github.ohltao:com.arms.common-api:1.0")
'io.github.ohltao:com.arms.common-api:jar:1.0'
<dependency org="io.github.ohltao" name="com.arms.common-api" rev="1.0">
<artifact name="com.arms.common-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ohltao', module='com.arms.common-api', version='1.0')
)
libraryDependencies += "io.github.ohltao" % "com.arms.common-api" % "1.0"
[io.github.ohltao/com.arms.common-api "1.0"]