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