GroupId | GroupIdio.leopard.topnb |
---|---|
ArtifactId | ArtifactIdtopnb-profiler |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
topnb-profiler-0.9.8.pom | |
topnb-profiler-0.9.8.jar | 64 KB |
topnb-profiler-0.9.8-sources.jar | 30 KB |
topnb-profiler-0.9.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard.topnb/topnb-profiler/
implementation 'io.leopard.topnb:topnb-profiler:0.9.8'
// https://jarcasting.com/artifacts/io.leopard.topnb/topnb-profiler/
implementation ("io.leopard.topnb:topnb-profiler:0.9.8")
'io.leopard.topnb:topnb-profiler:jar:0.9.8'
<dependency org="io.leopard.topnb" name="topnb-profiler" rev="0.9.8">
<artifact name="topnb-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard.topnb', module='topnb-profiler', version='0.9.8')
)
libraryDependencies += "io.leopard.topnb" % "topnb-profiler" % "0.9.8"
[io.leopard.topnb/topnb-profiler "0.9.8"]