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