GroupId | GroupIdorg.e-hoffman.testing |
---|---|
ArtifactId | ArtifactIdTesting |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
Testing-1.2.3.pom | 7 KB |
Testing-1.2.3-tests.jar | 717 bytes |
Testing-1.2.3-sources.jar | 437 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/Testing/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>Testing</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/Testing/
implementation 'org.e-hoffman.testing:Testing:1.2.3'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/Testing/
implementation ("org.e-hoffman.testing:Testing:1.2.3")
'org.e-hoffman.testing:Testing:jar:1.2.3'
<dependency org="org.e-hoffman.testing" name="Testing" rev="1.2.3">
<artifact name="Testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='Testing', version='1.2.3')
)
libraryDependencies += "org.e-hoffman.testing" % "Testing" % "1.2.3"
[org.e-hoffman.testing/Testing "1.2.3"]