GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.commons |
Version | Version3.4.5 |
Type | Typejar |
Filename | Size |
---|---|
org.tinygroup.commons-3.4.5.pom | |
org.tinygroup.commons-3.4.5.jar | 228 KB |
org.tinygroup.commons-3.4.5-sources.jar | 185 KB |
org.tinygroup.commons-3.4.5-javadoc.jar | 712 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commons/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.commons</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commons/
implementation 'org.tinygroup:org.tinygroup.commons:3.4.5'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commons/
implementation ("org.tinygroup:org.tinygroup.commons:3.4.5")
'org.tinygroup:org.tinygroup.commons:jar:3.4.5'
<dependency org="org.tinygroup" name="org.tinygroup.commons" rev="3.4.5">
<artifact name="org.tinygroup.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.commons', version='3.4.5')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.commons" % "3.4.5"
[org.tinygroup/org.tinygroup.commons "3.4.5"]