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