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