GroupId | GroupIdcommons-test |
---|---|
ArtifactId | ArtifactIdcommons |
Last Version | Last Versiontest-0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-test-0.1.pom | |
commons-test-0.1.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/commons-test/commons/ -->
<dependency>
<groupId>commons-test</groupId>
<artifactId>commons</artifactId>
<version>test-0.1</version>
</dependency>
// https://jarcasting.com/artifacts/commons-test/commons/
implementation 'commons-test:commons:test-0.1'
// https://jarcasting.com/artifacts/commons-test/commons/
implementation ("commons-test:commons:test-0.1")
'commons-test:commons:jar:test-0.1'
<dependency org="commons-test" name="commons" rev="test-0.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-test', module='commons', version='test-0.1')
)
libraryDependencies += "commons-test" % "commons" % "test-0.1"
[commons-test/commons "test-0.1"]