License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Ant UML Business Logic Libraries Documents Processing |
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdplantuml-maven-plugin-parent |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionplantuml-maven-plugin-parent
Generates UML diagrams using PlantUML syntax
|
Filename | Size |
---|---|
plantuml-maven-plugin-parent-0.1.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/plantuml-maven-plugin-parent/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>plantuml-maven-plugin-parent</artifactId>
<version>0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/plantuml-maven-plugin-parent/
implementation 'com.github.davidmoten:plantuml-maven-plugin-parent:0.1.5'
// https://jarcasting.com/artifacts/com.github.davidmoten/plantuml-maven-plugin-parent/
implementation ("com.github.davidmoten:plantuml-maven-plugin-parent:0.1.5")
'com.github.davidmoten:plantuml-maven-plugin-parent:pom:0.1.5'
<dependency org="com.github.davidmoten" name="plantuml-maven-plugin-parent" rev="0.1.5">
<artifact name="plantuml-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='plantuml-maven-plugin-parent', version='0.1.5')
)
libraryDependencies += "com.github.davidmoten" % "plantuml-maven-plugin-parent" % "0.1.5"
[com.github.davidmoten/plantuml-maven-plugin-parent "0.1.5"]