License |
License |
---|---|
Categories |
CategoriesUML Business Logic Libraries Documents Processing |
GroupId | GroupIdcom.chfourie |
ArtifactId | ArtifactIdUMLGraph |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUMLGraph
Declarative Drawing of UML Diagrams
|
Filename | Size |
---|---|
UMLGraph-1.0.0.pom | |
UMLGraph-1.0.0.jar | 64 KB |
UMLGraph-1.0.0-sources.jar | 42 KB |
UMLGraph-1.0.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chfourie/UMLGraph/ -->
<dependency>
<groupId>com.chfourie</groupId>
<artifactId>UMLGraph</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.chfourie/UMLGraph/
implementation 'com.chfourie:UMLGraph:1.0.0'
// https://jarcasting.com/artifacts/com.chfourie/UMLGraph/
implementation ("com.chfourie:UMLGraph:1.0.0")
'com.chfourie:UMLGraph:jar:1.0.0'
<dependency org="com.chfourie" name="UMLGraph" rev="1.0.0">
<artifact name="UMLGraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chfourie', module='UMLGraph', version='1.0.0')
)
libraryDependencies += "com.chfourie" % "UMLGraph" % "1.0.0"
[com.chfourie/UMLGraph "1.0.0"]