| GroupId | GroupIddev.niubi.commons |
|---|---|
| ArtifactId | ArtifactIdweb |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| web-0.2.pom | |
| web-0.2.jar | 19 KB |
| web-0.2-sources.jar | 14 KB |
| web-0.2-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.niubi.commons/web/ -->
<dependency>
<groupId>dev.niubi.commons</groupId>
<artifactId>web</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.niubi.commons/web/
implementation 'dev.niubi.commons:web:0.2'
// https://jarcasting.com/artifacts/dev.niubi.commons/web/
implementation ("dev.niubi.commons:web:0.2")
'dev.niubi.commons:web:jar:0.2'
<dependency org="dev.niubi.commons" name="web" rev="0.2">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.niubi.commons', module='web', version='0.2')
)
libraryDependencies += "dev.niubi.commons" % "web" % "0.2"
[dev.niubi.commons/web "0.2"]