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