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