GroupId | GroupIdcom.github.kaizen4j |
---|---|
ArtifactId | ArtifactIdarmor-common |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
armor-common-1.2.0.RELEASE.pom | |
armor-common-1.2.0.RELEASE.jar | 110 KB |
armor-common-1.2.0.RELEASE-sources.jar | 65 KB |
armor-common-1.2.0.RELEASE-javadoc.jar | 589 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaizen4j/armor-common/ -->
<dependency>
<groupId>com.github.kaizen4j</groupId>
<artifactId>armor-common</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaizen4j/armor-common/
implementation 'com.github.kaizen4j:armor-common:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.kaizen4j/armor-common/
implementation ("com.github.kaizen4j:armor-common:1.2.0.RELEASE")
'com.github.kaizen4j:armor-common:jar:1.2.0.RELEASE'
<dependency org="com.github.kaizen4j" name="armor-common" rev="1.2.0.RELEASE">
<artifact name="armor-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaizen4j', module='armor-common', version='1.2.0.RELEASE')
)
libraryDependencies += "com.github.kaizen4j" % "armor-common" % "1.2.0.RELEASE"
[com.github.kaizen4j/armor-common "1.2.0.RELEASE"]