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