GroupId | GroupIdorg.hjug.refactorfirst.testresources |
---|---|
ArtifactId | ArtifactIdtest-resources |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
test-resources-0.1.0.pom | |
test-resources-0.1.0.jar | 16 KB |
test-resources-0.1.0-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst.testresources/test-resources/ -->
<dependency>
<groupId>org.hjug.refactorfirst.testresources</groupId>
<artifactId>test-resources</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.testresources/test-resources/
implementation 'org.hjug.refactorfirst.testresources:test-resources:0.1.0'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.testresources/test-resources/
implementation ("org.hjug.refactorfirst.testresources:test-resources:0.1.0")
'org.hjug.refactorfirst.testresources:test-resources:jar:0.1.0'
<dependency org="org.hjug.refactorfirst.testresources" name="test-resources" rev="0.1.0">
<artifact name="test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst.testresources', module='test-resources', version='0.1.0')
)
libraryDependencies += "org.hjug.refactorfirst.testresources" % "test-resources" % "0.1.0"
[org.hjug.refactorfirst.testresources/test-resources "0.1.0"]