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