is not current version
Last Version 4.6

gr.spinellis:UmlGraph 4.4

Declarative specification and drawing of UML diagrams, doclet with automated class diagram generation

Categories

Categories

UML Business Logic Libraries Documents Processing
GroupId

GroupId

gr.spinellis
ArtifactId

ArtifactId

UmlGraph
Version

Version

4.4
Type

Type

jar

Download UmlGraph 4.4


<!-- https://jarcasting.com/artifacts/gr.spinellis/UmlGraph/ -->
<dependency>
    <groupId>gr.spinellis</groupId>
    <artifactId>UmlGraph</artifactId>
    <version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/gr.spinellis/UmlGraph/
implementation 'gr.spinellis:UmlGraph:4.4'
// https://jarcasting.com/artifacts/gr.spinellis/UmlGraph/
implementation ("gr.spinellis:UmlGraph:4.4")
'gr.spinellis:UmlGraph:jar:4.4'
<dependency org="gr.spinellis" name="UmlGraph" rev="4.4">
  <artifact name="UmlGraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='gr.spinellis', module='UmlGraph', version='4.4')
)
libraryDependencies += "gr.spinellis" % "UmlGraph" % "4.4"
[gr.spinellis/UmlGraph "4.4"]