is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:graphml 1.2

Plugin for jQAssistant to be able to generate GraphML diagrams.

Categories

Categories

Ant Build Tools jQAssistant Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.buschmais.jqassistant.plugin
ArtifactId

ArtifactId

graphml
Version

Version

1.2
Type

Type

jar

Download graphml 1.2


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