GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version2.0.28 |
Type | Typepom |
Filename | Size |
---|---|
web-2.0.28.pom | 825 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/web/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>web</artifactId>
<version>2.0.28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/web/
implementation 'org.tinygroup:web:2.0.28'
// https://jarcasting.com/artifacts/org.tinygroup/web/
implementation ("org.tinygroup:web:2.0.28")
'org.tinygroup:web:pom:2.0.28'
<dependency org="org.tinygroup" name="web" rev="2.0.28">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='web', version='2.0.28')
)
libraryDependencies += "org.tinygroup" % "web" % "2.0.28"
[org.tinygroup/web "2.0.28"]