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