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