| GroupId | GroupIdfr.opensagres.xdocreport |
|---|---|
| ArtifactId | ArtifactIdxdocreport-gae |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xdocreport-gae-2.0.1.pom | |
| xdocreport-gae-2.0.1.jar | 2 MB |
| xdocreport-gae-2.0.1-sources.jar | 1 MB |
| xdocreport-gae-2.0.1-javadoc.jar | 343 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>xdocreport-gae</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/
implementation 'fr.opensagres.xdocreport:xdocreport-gae:2.0.1'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/
implementation ("fr.opensagres.xdocreport:xdocreport-gae:2.0.1")
'fr.opensagres.xdocreport:xdocreport-gae:jar:2.0.1'
<dependency org="fr.opensagres.xdocreport" name="xdocreport-gae" rev="2.0.1">
<artifact name="xdocreport-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='xdocreport-gae', version='2.0.1')
)
libraryDependencies += "fr.opensagres.xdocreport" % "xdocreport-gae" % "2.0.1"
[fr.opensagres.xdocreport/xdocreport-gae "2.0.1"]