PlantUML Dependency common module

PlantUml Dependency allows to parse / reverse engineering source files (only Java is supported by now) to generate a PlantUml description, allowing to draw the UML class diagram associated to the source code

License

License

Categories

Categories

Ant Build Tools Net UML Business Logic Libraries Documents Processing
GroupId

GroupId

net.sourceforge.plantuml-depend
ArtifactId

ArtifactId

plantuml-dependency-common
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

PlantUML Dependency common module
PlantUml Dependency allows to parse / reverse engineering source files (only Java is supported by now) to generate a PlantUml description, allowing to draw the UML class diagram associated to the source code
Project URL

Project URL

http://plantuml-depend.sourceforge.net/
Project Organization

Project Organization

Sourceforge
Source Code Management

Source Code Management

http://sourceforge.net/p/plantuml-depend/code/HEAD/tree/

Download plantuml-dependency-common

How to add to project

<!-- https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-common/ -->
<dependency>
    <groupId>net.sourceforge.plantuml-depend</groupId>
    <artifactId>plantuml-dependency-common</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-common/
implementation 'net.sourceforge.plantuml-depend:plantuml-dependency-common:1.4.0'
// https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-common/
implementation ("net.sourceforge.plantuml-depend:plantuml-dependency-common:1.4.0")
'net.sourceforge.plantuml-depend:plantuml-dependency-common:jar:1.4.0'
<dependency org="net.sourceforge.plantuml-depend" name="plantuml-dependency-common" rev="1.4.0">
  <artifact name="plantuml-dependency-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.plantuml-depend', module='plantuml-dependency-common', version='1.4.0')
)
libraryDependencies += "net.sourceforge.plantuml-depend" % "plantuml-dependency-common" % "1.4.0"
[net.sourceforge.plantuml-depend/plantuml-dependency-common "1.4.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0