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