GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.commons |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
org.tinygroup.commons-3.4.0.pom | |
org.tinygroup.commons-3.4.0.jar | 228 KB |
org.tinygroup.commons-3.4.0-sources.jar | 185 KB |
org.tinygroup.commons-3.4.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commons/
implementation 'org.tinygroup:org.tinygroup.commons:3.4.0'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.commons/
implementation ("org.tinygroup:org.tinygroup.commons:3.4.0")
'org.tinygroup:org.tinygroup.commons:jar:3.4.0'
<dependency org="org.tinygroup" name="org.tinygroup.commons" rev="3.4.0">
<artifact name="org.tinygroup.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.commons', version='3.4.0')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.commons" % "3.4.0"
[org.tinygroup/org.tinygroup.commons "3.4.0"]