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