GroupId | GroupIdorg.jaxxy |
---|---|
ArtifactId | ArtifactIdjaxxy-test |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jaxxy-test-0.2.0.pom | |
jaxxy-test-0.2.0.jar | 10 KB |
jaxxy-test-0.2.0-sources.jar | 11 KB |
jaxxy-test-0.2.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxxy/jaxxy-test/ -->
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-test/
implementation 'org.jaxxy:jaxxy-test:0.2.0'
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-test/
implementation ("org.jaxxy:jaxxy-test:0.2.0")
'org.jaxxy:jaxxy-test:jar:0.2.0'
<dependency org="org.jaxxy" name="jaxxy-test" rev="0.2.0">
<artifact name="jaxxy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxxy', module='jaxxy-test', version='0.2.0')
)
libraryDependencies += "org.jaxxy" % "jaxxy-test" % "0.2.0"
[org.jaxxy/jaxxy-test "0.2.0"]