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