GroupId | GroupIdorg.greports |
---|---|
ArtifactId | ArtifactIdgreports |
Version | Version3.2.9 |
Type | Typejar |
Filename | Size |
---|---|
greports-3.2.9.pom | |
greports-3.2.9.jar | 170 KB |
greports-3.2.9-sources.jar | 97 KB |
greports-3.2.9-javadoc.jar | 704 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.greports/greports/ -->
<dependency>
<groupId>org.greports</groupId>
<artifactId>greports</artifactId>
<version>3.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.greports/greports/
implementation 'org.greports:greports:3.2.9'
// https://jarcasting.com/artifacts/org.greports/greports/
implementation ("org.greports:greports:3.2.9")
'org.greports:greports:jar:3.2.9'
<dependency org="org.greports" name="greports" rev="3.2.9">
<artifact name="greports" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greports', module='greports', version='3.2.9')
)
libraryDependencies += "org.greports" % "greports" % "3.2.9"
[org.greports/greports "3.2.9"]