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