GroupId | GroupIdcom.seanshubin.detangler |
---|---|
ArtifactId | ArtifactIddetangler-graphviz |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-graphviz/ -->
<dependency>
<groupId>com.seanshubin.detangler</groupId>
<artifactId>detangler-graphviz</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-graphviz/
implementation 'com.seanshubin.detangler:detangler-graphviz:0.9'
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-graphviz/
implementation ("com.seanshubin.detangler:detangler-graphviz:0.9")
'com.seanshubin.detangler:detangler-graphviz:jar:0.9'
<dependency org="com.seanshubin.detangler" name="detangler-graphviz" rev="0.9">
<artifact name="detangler-graphviz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.detangler', module='detangler-graphviz', version='0.9')
)
libraryDependencies += "com.seanshubin.detangler" % "detangler-graphviz" % "0.9"
[com.seanshubin.detangler/detangler-graphviz "0.9"]