| Categories |
CategoriesAnt Build Tools UML Business Logic Libraries Documents Processing |
|---|---|
| GroupId | GroupIdcom.github.roroche |
| ArtifactId | ArtifactIdeo-plantuml-builder |
| Version | Version0.0.16 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.roroche/eo-plantuml-builder/ -->
<dependency>
<groupId>com.github.roroche</groupId>
<artifactId>eo-plantuml-builder</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roroche/eo-plantuml-builder/
implementation 'com.github.roroche:eo-plantuml-builder:0.0.16'
// https://jarcasting.com/artifacts/com.github.roroche/eo-plantuml-builder/
implementation ("com.github.roroche:eo-plantuml-builder:0.0.16")
'com.github.roroche:eo-plantuml-builder:jar:0.0.16'
<dependency org="com.github.roroche" name="eo-plantuml-builder" rev="0.0.16">
<artifact name="eo-plantuml-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roroche', module='eo-plantuml-builder', version='0.0.16')
)
libraryDependencies += "com.github.roroche" % "eo-plantuml-builder" % "0.0.16"
[com.github.roroche/eo-plantuml-builder "0.0.16"]