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