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