GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdorg-apache-xmlgraphics |
Version | Version6.5.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
org-apache-xmlgraphics-6.5.0.CR1.pom | 1005 bytes |
org-apache-xmlgraphics-6.5.0.CR1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-apache-xmlgraphics/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-apache-xmlgraphics</artifactId>
<version>6.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-xmlgraphics/
implementation 'org.kie.modules:org-apache-xmlgraphics:6.5.0.CR1'
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-xmlgraphics/
implementation ("org.kie.modules:org-apache-xmlgraphics:6.5.0.CR1")
'org.kie.modules:org-apache-xmlgraphics:jar:6.5.0.CR1'
<dependency org="org.kie.modules" name="org-apache-xmlgraphics" rev="6.5.0.CR1">
<artifact name="org-apache-xmlgraphics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-apache-xmlgraphics', version='6.5.0.CR1')
)
libraryDependencies += "org.kie.modules" % "org-apache-xmlgraphics" % "6.5.0.CR1"
[org.kie.modules/org-apache-xmlgraphics "6.5.0.CR1"]