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