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