MVN

pub.doric.extension : svg

Maven & Gradle

Jan 20, 2022

f4e2c527c5830ea36910f81e9b91da3746b167b9

<dependency>
    <groupId>pub.doric.extension</groupId>
    <artifactId>svg</artifactId>
    <version>0.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pub.doric.extension : svg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.11

All Versions

Choose a version of pub.doric.extension : svg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
svg-0.1.11
svg-0.1.10
svg-0.1.9
svg-0.1.8
svg-0.1.7
svg-0.1.6

How to add a dependency to Maven

Add the following pub.doric.extension : svg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pub.doric.extension</groupId>
    <artifactId>svg</artifactId>
    <version>0.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pub.doric.extension : svg gradle dependency to your build.gradle file:

implementation 'pub.doric.extension:svg:0.1.11'

Gradle Kotlin DSL: Add the following pub.doric.extension : svg gradle kotlin dependency to your build.gradle.kts file:

implementation("pub.doric.extension:svg:0.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following pub.doric.extension : svg sbt scala dependency to your build.sbt file:

libraryDependencies += "pub.doric.extension" % "svg" % "0.1.11"