gradle-plantuml-plugin

Renders PlantUML to image files

License

License

Categories

Categories

Gradle Build Tools Ant UML Business Logic Libraries Documents Processing
GroupId

GroupId

com.github.dirkraft.gradle
ArtifactId

ArtifactId

gradle-plantuml-plugin
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

gradle-plantuml-plugin
Renders PlantUML to image files
Project URL

Project URL

https://github.com/dirkraft/gradle-plantuml-plugin
Project Organization

Project Organization

dirkraft
Source Code Management

Source Code Management

https://github.com/dirkraft/gradle-plantuml-plugin.git

Download gradle-plantuml-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dirkraft.gradle/gradle-plantuml-plugin/ -->
<dependency>
    <groupId>com.github.dirkraft.gradle</groupId>
    <artifactId>gradle-plantuml-plugin</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dirkraft.gradle/gradle-plantuml-plugin/
implementation 'com.github.dirkraft.gradle:gradle-plantuml-plugin:0.0.1'
// https://jarcasting.com/artifacts/com.github.dirkraft.gradle/gradle-plantuml-plugin/
implementation ("com.github.dirkraft.gradle:gradle-plantuml-plugin:0.0.1")
'com.github.dirkraft.gradle:gradle-plantuml-plugin:jar:0.0.1'
<dependency org="com.github.dirkraft.gradle" name="gradle-plantuml-plugin" rev="0.0.1">
  <artifact name="gradle-plantuml-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dirkraft.gradle', module='gradle-plantuml-plugin', version='0.0.1')
)
libraryDependencies += "com.github.dirkraft.gradle" % "gradle-plantuml-plugin" % "0.0.1"
[com.github.dirkraft.gradle/gradle-plantuml-plugin "0.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sourceforge.plantuml : plantuml jar 8021
commons-io : commons-io jar 2.4
org.codehaus.groovy : groovy jar 2.4.2

Project Modules

There are no modules declared in this project.

Gradle PlantUML Plugin

Renders plant.uml files in a project as part of a gradle build. More about PlantUML on Wikipedia. If you use IntelliJ I also recommend the PlantUML plugin.

Usage

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.github.dirkraft.gradle:gradle-plantuml-plugin:0.0.1'
    }
}

apply plugin: 'PlantUml'

Place uml files in ${projectDir}/assets/ and then

gradle renderPlantUml

Rendered PNGs and SVGs placed alongside uml.

License

The MIT License (MIT)

Copyright (c) 2015 Jason Dunkelberger (a.k.a dirkraft)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Versions

Version
0.0.1