Categories |
CategoriesUML Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdorg.umlg |
ArtifactId | ArtifactIdruntime |
Version | Version1.0.0.M9 |
Type | Typepom |
Filename | Size |
---|---|
runtime-1.0.0.M9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.umlg/runtime/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>runtime</artifactId>
<version>1.0.0.M9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/runtime/
implementation 'org.umlg:runtime:1.0.0.M9'
// https://jarcasting.com/artifacts/org.umlg/runtime/
implementation ("org.umlg:runtime:1.0.0.M9")
'org.umlg:runtime:pom:1.0.0.M9'
<dependency org="org.umlg" name="runtime" rev="1.0.0.M9">
<artifact name="runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='runtime', version='1.0.0.M9')
)
libraryDependencies += "org.umlg" % "runtime" % "1.0.0.M9"
[org.umlg/runtime "1.0.0.M9"]