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