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