GroupId | GroupIdorg.raml |
---|---|
ArtifactId | ArtifactIdtest-utils |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
test-utils-1.0.2.pom | |
test-utils-1.0.2.jar | 21 KB |
test-utils-1.0.2-sources.jar | 7 KB |
test-utils-1.0.2-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml/test-utils/ -->
<dependency>
<groupId>org.raml</groupId>
<artifactId>test-utils</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml/test-utils/
implementation 'org.raml:test-utils:1.0.2'
// https://jarcasting.com/artifacts/org.raml/test-utils/
implementation ("org.raml:test-utils:1.0.2")
'org.raml:test-utils:jar:1.0.2'
<dependency org="org.raml" name="test-utils" rev="1.0.2">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml', module='test-utils', version='1.0.2')
)
libraryDependencies += "org.raml" % "test-utils" % "1.0.2"
[org.raml/test-utils "1.0.2"]