Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.palantir.opensource |
ArtifactId | ArtifactIdcinch |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
cinch-1.4.1.pom | |
cinch-1.4.1.jar | 121 KB |
cinch-1.4.1-sources.jar | 64 KB |
cinch-1.4.1-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.palantir.opensource/cinch/ -->
<dependency>
<groupId>com.palantir.opensource</groupId>
<artifactId>cinch</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir.opensource/cinch/
implementation 'com.palantir.opensource:cinch:1.4.1'
// https://jarcasting.com/artifacts/com.palantir.opensource/cinch/
implementation ("com.palantir.opensource:cinch:1.4.1")
'com.palantir.opensource:cinch:jar:1.4.1'
<dependency org="com.palantir.opensource" name="cinch" rev="1.4.1">
<artifact name="cinch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir.opensource', module='cinch', version='1.4.1')
)
libraryDependencies += "com.palantir.opensource" % "cinch" % "1.4.1"
[com.palantir.opensource/cinch "1.4.1"]