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