is not current version
Last Version 0.2.0

com.java-adventures.yuml:yuml-remote-renderer-jaxrs2 0.1.0

Uses the http://yuml.me api for rendering. It's using the jaxrs 2 client for accessing yuml.me. Use this library if you use the yuml-connector inside a JEE7 container like Glassfish4 or Wildfly 8.

Categories

Categories

UML Business Logic Libraries Documents Processing
GroupId

GroupId

com.java-adventures.yuml
ArtifactId

ArtifactId

yuml-remote-renderer-jaxrs2
Version

Version

0.1.0
Type

Type

jar

Download yuml-remote-renderer-jaxrs2 0.1.0


<!-- https://jarcasting.com/artifacts/com.java-adventures.yuml/yuml-remote-renderer-jaxrs2/ -->
<dependency>
    <groupId>com.java-adventures.yuml</groupId>
    <artifactId>yuml-remote-renderer-jaxrs2</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.yuml/yuml-remote-renderer-jaxrs2/
implementation 'com.java-adventures.yuml:yuml-remote-renderer-jaxrs2:0.1.0'
// https://jarcasting.com/artifacts/com.java-adventures.yuml/yuml-remote-renderer-jaxrs2/
implementation ("com.java-adventures.yuml:yuml-remote-renderer-jaxrs2:0.1.0")
'com.java-adventures.yuml:yuml-remote-renderer-jaxrs2:jar:0.1.0'
<dependency org="com.java-adventures.yuml" name="yuml-remote-renderer-jaxrs2" rev="0.1.0">
  <artifact name="yuml-remote-renderer-jaxrs2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.yuml', module='yuml-remote-renderer-jaxrs2', version='0.1.0')
)
libraryDependencies += "com.java-adventures.yuml" % "yuml-remote-renderer-jaxrs2" % "0.1.0"
[com.java-adventures.yuml/yuml-remote-renderer-jaxrs2 "0.1.0"]