| GroupId | GroupIdfr.opensagres.xdocreport |
|---|---|
| ArtifactId | ArtifactIdxdocreport-gae |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xdocreport-gae-1.0.6.pom | |
| xdocreport-gae-1.0.6.jar | 1 MB |
| xdocreport-gae-1.0.6-sources.jar | 1 MB |
| xdocreport-gae-1.0.6-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>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/
implementation 'fr.opensagres.xdocreport:xdocreport-gae:1.0.6'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/
implementation ("fr.opensagres.xdocreport:xdocreport-gae:1.0.6")
'fr.opensagres.xdocreport:xdocreport-gae:jar:1.0.6'
<dependency org="fr.opensagres.xdocreport" name="xdocreport-gae" rev="1.0.6">
<artifact name="xdocreport-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='xdocreport-gae', version='1.0.6')
)
libraryDependencies += "fr.opensagres.xdocreport" % "xdocreport-gae" % "1.0.6"
[fr.opensagres.xdocreport/xdocreport-gae "1.0.6"]