MVN

com.samskivert : viztool

Maven & Gradle

Oct 27, 2010
1 stars

viztool · A tool for generating visualizations of collections of Java classes.

<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>viztool</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.samskivert : viztool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.samskivert : viztool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
viztool-1.3
1.2
viztool-1.2

How to add a dependency to Maven

Add the following com.samskivert : viztool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>viztool</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.samskivert : viztool gradle dependency to your build.gradle file:

implementation 'com.samskivert:viztool:1.3'

Gradle Kotlin DSL: Add the following com.samskivert : viztool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.samskivert:viztool:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.samskivert : viztool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.samskivert" % "viztool" % "1.3"

Advertisement

Dependencies from Group

Jul 10, 2019
132 usages
722 stars
Mar 12, 2015
14 usages
22 stars
Apr 23, 2017
11 usages
5 stars
Jun 04, 2017
5 usages
44 stars
Nov 03, 2016
1 usages
8 stars

Discover Dependencies