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