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