License |
License |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.base |
Version | Version1.1.0 |
Type | Typejar |
Description |
Description |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.base/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.base</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.base/
implementation 'org.tinygroup:org.tinygroup.base:1.1.0'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.base/
implementation ("org.tinygroup:org.tinygroup.base:1.1.0")
'org.tinygroup:org.tinygroup.base:jar:1.1.0'
<dependency org="org.tinygroup" name="org.tinygroup.base" rev="1.1.0">
<artifact name="org.tinygroup.base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.base', version='1.1.0')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.base" % "1.1.0"
[org.tinygroup/org.tinygroup.base "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.tinygroup : org.tinygroup.vfs | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |