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