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