GroupId | GroupIdio.aboutcode.stage |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version3.0.12 |
Type | Typejar |
Filename | Size |
---|---|
web-3.0.12.pom | |
web-3.0.12.jar | 103 KB |
web-3.0.12-sources.jar | 53 KB |
web-3.0.12-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage/web/ -->
<dependency>
<groupId>io.aboutcode.stage</groupId>
<artifactId>web</artifactId>
<version>3.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage/web/
implementation 'io.aboutcode.stage:web:3.0.12'
// https://jarcasting.com/artifacts/io.aboutcode.stage/web/
implementation ("io.aboutcode.stage:web:3.0.12")
'io.aboutcode.stage:web:jar:3.0.12'
<dependency org="io.aboutcode.stage" name="web" rev="3.0.12">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage', module='web', version='3.0.12')
)
libraryDependencies += "io.aboutcode.stage" % "web" % "3.0.12"
[io.aboutcode.stage/web "3.0.12"]