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