Categories |
CategoriesUML Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdorg.umlg |
ArtifactId | ArtifactIdruntime-servlet |
Version | Version1.1.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.umlg/runtime-servlet/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>runtime-servlet</artifactId>
<version>1.1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/runtime-servlet/
implementation 'org.umlg:runtime-servlet:1.1.0.RC1'
// https://jarcasting.com/artifacts/org.umlg/runtime-servlet/
implementation ("org.umlg:runtime-servlet:1.1.0.RC1")
'org.umlg:runtime-servlet:jar:1.1.0.RC1'
<dependency org="org.umlg" name="runtime-servlet" rev="1.1.0.RC1">
<artifact name="runtime-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='runtime-servlet', version='1.1.0.RC1')
)
libraryDependencies += "org.umlg" % "runtime-servlet" % "1.1.0.RC1"
[org.umlg/runtime-servlet "1.1.0.RC1"]