GroupId | GroupIdio.github.ohltao |
---|---|
ArtifactId | ArtifactIdcom.arms.common-api |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
com.arms.common-api-1.4.pom | |
com.arms.common-api-1.4.jar | 5 KB |
com.arms.common-api-1.4-sources.jar | 2 KB |
com.arms.common-api-1.4-javadoc.jar | 48 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ohltao/com.arms.common-api/
implementation 'io.github.ohltao:com.arms.common-api:1.4'
// https://jarcasting.com/artifacts/io.github.ohltao/com.arms.common-api/
implementation ("io.github.ohltao:com.arms.common-api:1.4")
'io.github.ohltao:com.arms.common-api:jar:1.4'
<dependency org="io.github.ohltao" name="com.arms.common-api" rev="1.4">
<artifact name="com.arms.common-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ohltao', module='com.arms.common-api', version='1.4')
)
libraryDependencies += "io.github.ohltao" % "com.arms.common-api" % "1.4"
[io.github.ohltao/com.arms.common-api "1.4"]