GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
test-3.1.0.pom | 601 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/test/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>test</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/test/
implementation 'org.tinygroup:test:3.1.0'
// https://jarcasting.com/artifacts/org.tinygroup/test/
implementation ("org.tinygroup:test:3.1.0")
'org.tinygroup:test:pom:3.1.0'
<dependency org="org.tinygroup" name="test" rev="3.1.0">
<artifact name="test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='test', version='3.1.0')
)
libraryDependencies += "org.tinygroup" % "test" % "3.1.0"
[org.tinygroup/test "3.1.0"]