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