GroupId | GroupIdio.leopard.topnb |
---|---|
ArtifactId | ArtifactIdtopnb |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
topnb-0.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard.topnb/topnb/ -->
<dependency>
<groupId>io.leopard.topnb</groupId>
<artifactId>topnb</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leopard.topnb/topnb/
implementation 'io.leopard.topnb:topnb:0.0.1'
// https://jarcasting.com/artifacts/io.leopard.topnb/topnb/
implementation ("io.leopard.topnb:topnb:0.0.1")
'io.leopard.topnb:topnb:pom:0.0.1'
<dependency org="io.leopard.topnb" name="topnb" rev="0.0.1">
<artifact name="topnb" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leopard.topnb', module='topnb', version='0.0.1')
)
libraryDependencies += "io.leopard.topnb" % "topnb" % "0.0.1"
[io.leopard.topnb/topnb "0.0.1"]