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