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