GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.0.3.pom | |
commons-0.0.3.jar | 181 KB |
commons-0.0.3-tests.jar | 3 KB |
commons-0.0.3-sources.jar | 161 KB |
commons-0.0.3-javadoc.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/commons/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>commons</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/commons/
implementation 'org.tinygroup:commons:0.0.3'
// https://jarcasting.com/artifacts/org.tinygroup/commons/
implementation ("org.tinygroup:commons:0.0.3")
'org.tinygroup:commons:jar:0.0.3'
<dependency org="org.tinygroup" name="commons" rev="0.0.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='commons', version='0.0.3')
)
libraryDependencies += "org.tinygroup" % "commons" % "0.0.3"
[org.tinygroup/commons "0.0.3"]