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