GroupId | GroupIdcom.github.kaizen4j |
---|---|
ArtifactId | ArtifactIdkaizen4j-test |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
kaizen4j-test-1.3.7.pom | |
kaizen4j-test-1.3.7.jar | 46 MB |
kaizen4j-test-1.3.7-sources.jar | 17 KB |
kaizen4j-test-1.3.7-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaizen4j/kaizen4j-test/ -->
<dependency>
<groupId>com.github.kaizen4j</groupId>
<artifactId>kaizen4j-test</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaizen4j/kaizen4j-test/
implementation 'com.github.kaizen4j:kaizen4j-test:1.3.7'
// https://jarcasting.com/artifacts/com.github.kaizen4j/kaizen4j-test/
implementation ("com.github.kaizen4j:kaizen4j-test:1.3.7")
'com.github.kaizen4j:kaizen4j-test:jar:1.3.7'
<dependency org="com.github.kaizen4j" name="kaizen4j-test" rev="1.3.7">
<artifact name="kaizen4j-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaizen4j', module='kaizen4j-test', version='1.3.7')
)
libraryDependencies += "com.github.kaizen4j" % "kaizen4j-test" % "1.3.7"
[com.github.kaizen4j/kaizen4j-test "1.3.7"]