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