| Группа | Группаio.takari.nexus |
|---|---|
| Идентификатор | Идентификаторnexus-perf |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nexus-perf-0.0.1.pom | |
| nexus-perf-0.0.1.jar | 51 KB |
| nexus-perf-0.0.1-sources.jar | 29 KB |
| nexus-perf-0.0.1-javadoc.jar | 188 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.takari.nexus/nexus-perf/ -->
<dependency>
<groupId>io.takari.nexus</groupId>
<artifactId>nexus-perf</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.nexus/nexus-perf/
implementation 'io.takari.nexus:nexus-perf:0.0.1'
// https://jarcasting.com/artifacts/io.takari.nexus/nexus-perf/
implementation ("io.takari.nexus:nexus-perf:0.0.1")
'io.takari.nexus:nexus-perf:jar:0.0.1'
<dependency org="io.takari.nexus" name="nexus-perf" rev="0.0.1">
<artifact name="nexus-perf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.nexus', module='nexus-perf', version='0.0.1')
)
libraryDependencies += "io.takari.nexus" % "nexus-perf" % "0.0.1"
[io.takari.nexus/nexus-perf "0.0.1"]