is not current version
Last Version 3.4.9

org.tinygroup:web 1.1.0


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

web
Version

Version

1.1.0
Type

Type

pom

Download web 1.1.0

Filename Size
web-1.1.0.pom 685 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.tinygroup/web/ -->
<dependency>
    <groupId>org.tinygroup</groupId>
    <artifactId>web</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/web/
implementation 'org.tinygroup:web:1.1.0'
// https://jarcasting.com/artifacts/org.tinygroup/web/
implementation ("org.tinygroup:web:1.1.0")
'org.tinygroup:web:pom:1.1.0'
<dependency org="org.tinygroup" name="web" rev="1.1.0">
  <artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='web', version='1.1.0')
)
libraryDependencies += "org.tinygroup" % "web" % "1.1.0"
[org.tinygroup/web "1.1.0"]