GroupId | GroupIdpro.juxt.crux |
---|---|
ArtifactId | ArtifactIdcrux-test |
Version | Version1.17.1-rc1 |
Type | Typejar |
Filename | Size |
---|---|
crux-test-1.17.1-rc1.pom | |
crux-test-1.17.1-rc1.jar | 837 KB |
crux-test-1.17.1-rc1-sources.jar | 326 bytes |
crux-test-1.17.1-rc1-javadoc.jar | 326 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/pro.juxt.crux/crux-test/ -->
<dependency>
<groupId>pro.juxt.crux</groupId>
<artifactId>crux-test</artifactId>
<version>1.17.1-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/pro.juxt.crux/crux-test/
implementation 'pro.juxt.crux:crux-test:1.17.1-rc1'
// https://jarcasting.com/artifacts/pro.juxt.crux/crux-test/
implementation ("pro.juxt.crux:crux-test:1.17.1-rc1")
'pro.juxt.crux:crux-test:jar:1.17.1-rc1'
<dependency org="pro.juxt.crux" name="crux-test" rev="1.17.1-rc1">
<artifact name="crux-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.juxt.crux', module='crux-test', version='1.17.1-rc1')
)
libraryDependencies += "pro.juxt.crux" % "crux-test" % "1.17.1-rc1"
[pro.juxt.crux/crux-test "1.17.1-rc1"]