License |
License |
---|---|
Categories |
CategoriesNet UML Business Logic Libraries Documents Processing |
GroupId | GroupIdnet.peachjean.pegdown.uml |
ArtifactId | ArtifactIdpegdown-uml |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdds the ability to embed plantuml in pegdown documents.
|
Filename | Size |
---|---|
pegdown-uml-0.1.0.pom | |
pegdown-uml-0.1.0.jar | 8 KB |
pegdown-uml-0.1.0-sources.jar | 2 KB |
pegdown-uml-0.1.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.pegdown.uml/pegdown-uml/ -->
<dependency>
<groupId>net.peachjean.pegdown.uml</groupId>
<artifactId>pegdown-uml</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.pegdown.uml/pegdown-uml/
implementation 'net.peachjean.pegdown.uml:pegdown-uml:0.1.0'
// https://jarcasting.com/artifacts/net.peachjean.pegdown.uml/pegdown-uml/
implementation ("net.peachjean.pegdown.uml:pegdown-uml:0.1.0")
'net.peachjean.pegdown.uml:pegdown-uml:jar:0.1.0'
<dependency org="net.peachjean.pegdown.uml" name="pegdown-uml" rev="0.1.0">
<artifact name="pegdown-uml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.pegdown.uml', module='pegdown-uml', version='0.1.0')
)
libraryDependencies += "net.peachjean.pegdown.uml" % "pegdown-uml" % "0.1.0"
[net.peachjean.pegdown.uml/pegdown-uml "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pegdown : pegdown | jar | 1.2.1 |
net.sourceforge.plantuml : plantuml | jar | 7962 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |