MVN

org.umlg : umlg-test-sqlg-blueprints

Maven & Gradle

Jul 08, 2023
7 stars
<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>umlg-test-sqlg-blueprints</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.umlg : umlg-test-sqlg-blueprints to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11
  • Latest Release Candidate: 1.1.0.RC2

All Versions

Choose a version of org.umlg : umlg-test-sqlg-blueprints to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
umlg-test-sqlg-blueprints-2.0.11
umlg-test-sqlg-blueprints-2.0.10
umlg-test-sqlg-blueprints-2.0.8
umlg-test-sqlg-blueprints-2.0.7
umlg-test-sqlg-blueprints-2.0.6
umlg-test-sqlg-blueprints-2.0.4
umlg-test-sqlg-blueprints-2.0.3
umlg-test-sqlg-blueprints-2.0.2
umlg-test-sqlg-blueprints-2.0.1
umlg-test-sqlg-blueprints-2.0.0
1.2.x
umlg-test-sqlg-blueprints-1.2.5
umlg-test-sqlg-blueprints-1.2.3
umlg-test-sqlg-blueprints-1.2.2
1.1.x
umlg-test-sqlg-blueprints-1.1.0.RC2
umlg-test-sqlg-blueprints-1.1.0.RC1

How to add a dependency to Maven

Add the following org.umlg : umlg-test-sqlg-blueprints maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>umlg-test-sqlg-blueprints</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.umlg : umlg-test-sqlg-blueprints gradle dependency to your build.gradle file:

implementation 'org.umlg:umlg-test-sqlg-blueprints:2.0.11'

Gradle Kotlin DSL: Add the following org.umlg : umlg-test-sqlg-blueprints gradle kotlin dependency to your build.gradle.kts file:

implementation("org.umlg:umlg-test-sqlg-blueprints:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.umlg : umlg-test-sqlg-blueprints sbt scala dependency to your build.sbt file:

libraryDependencies += "org.umlg" % "umlg-test-sqlg-blueprints" % "2.0.11"