GroupId | GroupIdme.prettyprint |
---|---|
ArtifactId | ArtifactIdhector |
Version | Version0.8.0-2 |
Type | Typejar |
Filename | Size |
---|---|
hector-0.8.0-2.pom | 10 KB |
hector-0.8.0-2-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.prettyprint/hector/ -->
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>0.8.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/me.prettyprint/hector/
implementation 'me.prettyprint:hector:0.8.0-2'
// https://jarcasting.com/artifacts/me.prettyprint/hector/
implementation ("me.prettyprint:hector:0.8.0-2")
'me.prettyprint:hector:jar:0.8.0-2'
<dependency org="me.prettyprint" name="hector" rev="0.8.0-2">
<artifact name="hector" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.prettyprint', module='hector', version='0.8.0-2')
)
libraryDependencies += "me.prettyprint" % "hector" % "0.8.0-2"
[me.prettyprint/hector "0.8.0-2"]