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