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