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