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