GroupId | GroupIdorg.mapfish.print |
---|---|
ArtifactId | ArtifactIdprint-standalone |
Version | Version3.18.4 |
Type | Typepom |
Filename | Size |
---|---|
print-standalone-3.18.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapfish.print/print-standalone/ -->
<dependency>
<groupId>org.mapfish.print</groupId>
<artifactId>print-standalone</artifactId>
<version>3.18.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mapfish.print/print-standalone/
implementation 'org.mapfish.print:print-standalone:3.18.4'
// https://jarcasting.com/artifacts/org.mapfish.print/print-standalone/
implementation ("org.mapfish.print:print-standalone:3.18.4")
'org.mapfish.print:print-standalone:pom:3.18.4'
<dependency org="org.mapfish.print" name="print-standalone" rev="3.18.4">
<artifact name="print-standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mapfish.print', module='print-standalone', version='3.18.4')
)
libraryDependencies += "org.mapfish.print" % "print-standalone" % "3.18.4"
[org.mapfish.print/print-standalone "3.18.4"]