GroupId | GroupIdio.leopard.topnb |
---|---|
ArtifactId | ArtifactIdtopnb-web |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
topnb-web-0.0.2.pom | |
topnb-web-0.0.2.jar | 906 KB |
topnb-web-0.0.2-sources.jar | 898 KB |
topnb-web-0.0.2-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard.topnb/topnb-web/ -->
<dependency>
<groupId>io.leopard.topnb</groupId>
<artifactId>topnb-web</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard.topnb/topnb-web/
implementation 'io.leopard.topnb:topnb-web:0.0.2'
// https://jarcasting.com/artifacts/io.leopard.topnb/topnb-web/
implementation ("io.leopard.topnb:topnb-web:0.0.2")
'io.leopard.topnb:topnb-web:jar:0.0.2'
<dependency org="io.leopard.topnb" name="topnb-web" rev="0.0.2">
<artifact name="topnb-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard.topnb', module='topnb-web', version='0.0.2')
)
libraryDependencies += "io.leopard.topnb" % "topnb-web" % "0.0.2"
[io.leopard.topnb/topnb-web "0.0.2"]