MVN

org.vectomatic : lib-gwt-svg

Maven & Gradle

Mar 17, 2018
43 usages

lib-gwt-svg · A GWT library to access the SVG functionalities of web browsers

<dependency>
    <groupId>org.vectomatic</groupId>
    <artifactId>lib-gwt-svg</artifactId>
    <version>0.5.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.vectomatic : lib-gwt-svg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.15

All Versions

Choose a version of org.vectomatic : lib-gwt-svg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
lib-gwt-svg-0.5.15
lib-gwt-svg-0.5.14
lib-gwt-svg-0.5.13
lib-gwt-svg-0.5.12
lib-gwt-svg-0.5.11
lib-gwt-svg-0.5.10
lib-gwt-svg-0.5.9
lib-gwt-svg-0.5.8
lib-gwt-svg-0.5.7
lib-gwt-svg-0.5.6
lib-gwt-svg-0.5.5
lib-gwt-svg-0.5.4
lib-gwt-svg-0.5.3
lib-gwt-svg-0.5.2
lib-gwt-svg-0.5.1
lib-gwt-svg-0.5.0

How to add a dependency to Maven

Add the following org.vectomatic : lib-gwt-svg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.vectomatic</groupId>
    <artifactId>lib-gwt-svg</artifactId>
    <version>0.5.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.vectomatic : lib-gwt-svg gradle dependency to your build.gradle file:

implementation 'org.vectomatic:lib-gwt-svg:0.5.15'

Gradle Kotlin DSL: Add the following org.vectomatic : lib-gwt-svg gradle kotlin dependency to your build.gradle.kts file:

implementation("org.vectomatic:lib-gwt-svg:0.5.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.vectomatic : lib-gwt-svg sbt scala dependency to your build.sbt file:

libraryDependencies += "org.vectomatic" % "lib-gwt-svg" % "0.5.15"