| GroupId | GroupIdorg.jodreports |
|---|---|
| ArtifactId | ArtifactIdjodreports-test |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jodreports-test-3.0.1.pom | |
| jodreports-test-3.0.1.jar | 33 KB |
| jodreports-test-3.0.1-sources.jar | 24 KB |
| jodreports-test-3.0.1-javadoc.jar | 144 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jodreports/jodreports-test/ -->
<dependency>
<groupId>org.jodreports</groupId>
<artifactId>jodreports-test</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jodreports/jodreports-test/
implementation 'org.jodreports:jodreports-test:3.0.1'
// https://jarcasting.com/artifacts/org.jodreports/jodreports-test/
implementation ("org.jodreports:jodreports-test:3.0.1")
'org.jodreports:jodreports-test:jar:3.0.1'
<dependency org="org.jodreports" name="jodreports-test" rev="3.0.1">
<artifact name="jodreports-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jodreports', module='jodreports-test', version='3.0.1')
)
libraryDependencies += "org.jodreports" % "jodreports-test" % "3.0.1"
[org.jodreports/jodreports-test "3.0.1"]