| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.lant |
| ArtifactId | ArtifactIdDotDump |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDot file output
A JVM graphviz dot file output format
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| DotDump-0.4.pom | |
| DotDump-0.4.jar | 12 KB |
| DotDump-0.4-sources.jar | 4 KB |
| DotDump-0.4-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lant/DotDump/ -->
<dependency>
<groupId>com.github.lant</groupId>
<artifactId>DotDump</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lant/DotDump/
implementation 'com.github.lant:DotDump:0.4'
// https://jarcasting.com/artifacts/com.github.lant/DotDump/
implementation ("com.github.lant:DotDump:0.4")
'com.github.lant:DotDump:jar:0.4'
<dependency org="com.github.lant" name="DotDump" rev="0.4">
<artifact name="DotDump" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lant', module='DotDump', version='0.4')
)
libraryDependencies += "com.github.lant" % "DotDump" % "0.4"
[com.github.lant/DotDump "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |