License |
License |
---|---|
GroupId | GroupIdorg.e-hoffman.testing |
ArtifactId | ArtifactIdTesting |
Last Version | Last Version1.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTesting
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
Testing-1.2.5.pom | 1 KB |
Testing-1.2.5-tests.jar | 711 bytes |
Testing-1.2.5-sources.jar | 431 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/Testing/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>Testing</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/Testing/
implementation 'org.e-hoffman.testing:Testing:1.2.5'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/Testing/
implementation ("org.e-hoffman.testing:Testing:1.2.5")
'org.e-hoffman.testing:Testing:jar:1.2.5'
<dependency org="org.e-hoffman.testing" name="Testing" rev="1.2.5">
<artifact name="Testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='Testing', version='1.2.5')
)
libraryDependencies += "org.e-hoffman.testing" % "Testing" % "1.2.5"
[org.e-hoffman.testing/Testing "1.2.5"]