MVN

org.creativescala : doodle-svg-docs_3

Maven & Gradle

Jul 22, 2023
1 stars

doodle-svg-docs · doodle-svg-docs

<dependency>
    <groupId>org.creativescala</groupId>
    <artifactId>doodle-svg-docs_3</artifactId>
    <version>0.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.creativescala : doodle-svg-docs_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.1

All Versions

Choose a version of org.creativescala : doodle-svg-docs_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
doodle-svg-docs_3-0.16.1
doodle-svg-docs_3-0.16.0
0.15.x
doodle-svg-docs_3-0.15.1
doodle-svg-docs_3-0.15.0
0.14.x
doodle-svg-docs_3-0.14.0
0.13.x
doodle-svg-docs_3-0.13.0
0.12.x
doodle-svg-docs_3-0.12.0
0.11.x
doodle-svg-docs_3-0.11.3
doodle-svg-docs_3-0.11.2
0.2
doodle-svg-docs_3-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.creativescala</groupId>
    <artifactId>doodle-svg-docs_3</artifactId>
    <version>0.16.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.creativescala : doodle-svg-docs_3 gradle dependency to your build.gradle file:

implementation 'org.creativescala:doodle-svg-docs_3:0.16.1'

Gradle Kotlin DSL: Add the following org.creativescala : doodle-svg-docs_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.creativescala:doodle-svg-docs_3:0.16.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.creativescala : doodle-svg-docs_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.creativescala" % "doodle-svg-docs_3" % "0.16.1"