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