MVN

org.vectomatic : svgreal

Maven & Gradle

Mar 17, 2018

svgreal · An SVG view and editor based on lib-gwt-svg and Ext-GWT

<dependency>
    <groupId>org.vectomatic</groupId>
    <artifactId>svgreal</artifactId>
    <version>0.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.12

All Versions

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

Version Vulnerabilities Updated
0.2.x
svgreal-0.2.12
svgreal-0.2.11
svgreal-0.2.10
svgreal-0.2.8
svgreal-0.2.7
svgreal-0.2.6
svgreal-0.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.vectomatic</groupId>
    <artifactId>svgreal</artifactId>
    <version>0.2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.vectomatic : svgreal gradle dependency to your build.gradle file:

implementation 'org.vectomatic:svgreal:0.2.12'

Gradle Kotlin DSL: Add the following org.vectomatic : svgreal gradle kotlin dependency to your build.gradle.kts file:

implementation("org.vectomatic:svgreal:0.2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.vectomatic : svgreal sbt scala dependency to your build.sbt file:

libraryDependencies += "org.vectomatic" % "svgreal" % "0.2.12"