GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.templateweb |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.templateweb/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.templateweb</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.templateweb/
implementation 'org.tinygroup:org.tinygroup.templateweb:2.2.1'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.templateweb/
implementation ("org.tinygroup:org.tinygroup.templateweb:2.2.1")
'org.tinygroup:org.tinygroup.templateweb:jar:2.2.1'
<dependency org="org.tinygroup" name="org.tinygroup.templateweb" rev="2.2.1">
<artifact name="org.tinygroup.templateweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.templateweb', version='2.2.1')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.templateweb" % "2.2.1"
[org.tinygroup/org.tinygroup.templateweb "2.2.1"]