Last Version

UML Reverse Mapper 1.3.0

Automatically generate Graphviz based class diagram from your code

License

License

GroupId

GroupId

com.iluwatar
ArtifactId

ArtifactId

urm-parent
Version

Version

1.3.0
Type

Type

pom
Description

Description

UML Reverse Mapper
Automatically generate Graphviz based class diagram from your code
Project URL

Project URL

https://github.com/iluwatar/uml-reverse-mapper

Download urm-parent 1.3.0

Filename Size
urm-parent-1.3.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.iluwatar/urm-parent/ -->
<dependency>
    <groupId>com.iluwatar</groupId>
    <artifactId>urm-parent</artifactId>
    <version>1.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iluwatar/urm-parent/
implementation 'com.iluwatar:urm-parent:1.3.0'
// https://jarcasting.com/artifacts/com.iluwatar/urm-parent/
implementation ("com.iluwatar:urm-parent:1.3.0")
'com.iluwatar:urm-parent:pom:1.3.0'
<dependency org="com.iluwatar" name="urm-parent" rev="1.3.0">
  <artifact name="urm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iluwatar', module='urm-parent', version='1.3.0')
)
libraryDependencies += "com.iluwatar" % "urm-parent" % "1.3.0"
[com.iluwatar/urm-parent "1.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • urm-core
  • urm-maven