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