| Categories |
CategoriesGroovy Languages UML Business Logic Libraries Documents Processing |
|---|---|
| GroupId | GroupIdorg.umlg |
| ArtifactId | ArtifactIdruntime-groovy |
| Version | Version1.1.0.RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| runtime-groovy-1.1.0.RC2.pom | |
| runtime-groovy-1.1.0.RC2.jar | 3 KB |
| runtime-groovy-1.1.0.RC2-sources.jar | 1 KB |
| runtime-groovy-1.1.0.RC2-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.umlg/runtime-groovy/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>runtime-groovy</artifactId>
<version>1.1.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/runtime-groovy/
implementation 'org.umlg:runtime-groovy:1.1.0.RC2'
// https://jarcasting.com/artifacts/org.umlg/runtime-groovy/
implementation ("org.umlg:runtime-groovy:1.1.0.RC2")
'org.umlg:runtime-groovy:jar:1.1.0.RC2'
<dependency org="org.umlg" name="runtime-groovy" rev="1.1.0.RC2">
<artifact name="runtime-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='runtime-groovy', version='1.1.0.RC2')
)
libraryDependencies += "org.umlg" % "runtime-groovy" % "1.1.0.RC2"
[org.umlg/runtime-groovy "1.1.0.RC2"]