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