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