License |
License |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.helloworld |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Project Organization |
Project OrganizationTinyGroup |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.helloworld/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.helloworld</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.helloworld/
implementation 'org.tinygroup:org.tinygroup.helloworld:2.0.0'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.helloworld/
implementation ("org.tinygroup:org.tinygroup.helloworld:2.0.0")
'org.tinygroup:org.tinygroup.helloworld:jar:2.0.0'
<dependency org="org.tinygroup" name="org.tinygroup.helloworld" rev="2.0.0">
<artifact name="org.tinygroup.helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.helloworld', version='2.0.0')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.helloworld" % "2.0.0"
[org.tinygroup/org.tinygroup.helloworld "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.tinygroup : org.tinygroup.flow | jar | 2.0.0 |
org.tinygroup : org.tinygroup.service | jar | 2.0.0 |
org.tinygroup : org.tinygroup.tinydbflowcomponent | jar | 2.0.0 |
org.tinygroup : org.tinygroup.pageflowbasiccomponent | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |