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