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