Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.palantir |
ArtifactId | ArtifactIdcurator-test-rule |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
curator-test-rule-0.0.1.pom | |
curator-test-rule-0.0.1.jar | 9 KB |
curator-test-rule-0.0.1-sources.jar | 8 KB |
curator-test-rule-0.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.palantir/curator-test-rule/ -->
<dependency>
<groupId>com.palantir</groupId>
<artifactId>curator-test-rule</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation 'com.palantir:curator-test-rule:0.0.1'
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation ("com.palantir:curator-test-rule:0.0.1")
'com.palantir:curator-test-rule:jar:0.0.1'
<dependency org="com.palantir" name="curator-test-rule" rev="0.0.1">
<artifact name="curator-test-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir', module='curator-test-rule', version='0.0.1')
)
libraryDependencies += "com.palantir" % "curator-test-rule" % "0.0.1"
[com.palantir/curator-test-rule "0.0.1"]