x

xmlcalabash1-plantuml

XML Calabash extension steps to do PlantUML diagrams
https://github.com/ndw/xmlcalabash1-plantuml
The Apache Software License, Version 2.0
Norman Walsh
Files download
File Operation
xmlcalabash1-plantuml-1.2.0.jar download
xmlcalabash1-plantuml-1.2.0.pom download
xmlcalabash1-plantuml-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xmlcalabash</groupId>
  <artifactId>xmlcalabash1-plantuml</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.xmlcalabash:xmlcalabash1-plantuml:1.2.0'
Gradle Kotlin
implementation("com.xmlcalabash:xmlcalabash1-plantuml:1.2.0")
Scala SBT
libraryDependencies += "com.xmlcalabash" % "xmlcalabash1-plantuml" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.xmlcalabash', module='xmlcalabash1-plantuml', version='1.2.0')
)
Apache Ivy
<dependency org="com.xmlcalabash" name="xmlcalabash1-plantuml" rev="1.2.0" />
Leiningen
[com.xmlcalabash/xmlcalabash1-plantuml "1.2.0"]
Apache Buildr
'com.xmlcalabash:xmlcalabash1-plantuml:jar:1.2.0'