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