GroupId | GroupIdcom.github.kaizen4j |
---|---|
ArtifactId | ArtifactIdkaizen4j |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
kaizen4j-1.3.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaizen4j/kaizen4j/ -->
<dependency>
<groupId>com.github.kaizen4j</groupId>
<artifactId>kaizen4j</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaizen4j/kaizen4j/
implementation 'com.github.kaizen4j:kaizen4j:1.3.0'
// https://jarcasting.com/artifacts/com.github.kaizen4j/kaizen4j/
implementation ("com.github.kaizen4j:kaizen4j:1.3.0")
'com.github.kaizen4j:kaizen4j:pom:1.3.0'
<dependency org="com.github.kaizen4j" name="kaizen4j" rev="1.3.0">
<artifact name="kaizen4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kaizen4j', module='kaizen4j', version='1.3.0')
)
libraryDependencies += "com.github.kaizen4j" % "kaizen4j" % "1.3.0"
[com.github.kaizen4j/kaizen4j "1.3.0"]