MVN

john-test : batik-squiggle

Maven & Gradle

May 29, 2008

Batik Squiggle SVG Browser · Batik Squiggle SVG Browser

<dependency>
    <groupId>john-test</groupId>
    <artifactId>batik-squiggle</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of john-test : batik-squiggle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of john-test : batik-squiggle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
batik-squiggle-1.6
ext
batik-squiggle-ext

How to add a dependency to Maven

Add the following john-test : batik-squiggle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>john-test</groupId>
    <artifactId>batik-squiggle</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following john-test : batik-squiggle gradle dependency to your build.gradle file:

implementation 'john-test:batik-squiggle:1.6'

Gradle Kotlin DSL: Add the following john-test : batik-squiggle gradle kotlin dependency to your build.gradle.kts file:

implementation("john-test:batik-squiggle:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following john-test : batik-squiggle sbt scala dependency to your build.sbt file:

libraryDependencies += "john-test" % "batik-squiggle" % "1.6"

Advertisement