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