MVN

se.ugli : uglisch

Maven & Gradle

Apr 16, 2014
1 stars

UgliSch · Ugli Schematron Validator

<dependency>
    <groupId>se.ugli</groupId>
    <artifactId>uglisch</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.ugli : uglisch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of se.ugli : uglisch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
uglisch-1.1.6
uglisch-1.1.5
uglisch-1.1.4
uglisch-1.1.3
uglisch-1.1.2
uglisch-1.1.1
uglisch-1.1.0
1.0.x
uglisch-1.0.4
uglisch-1.0.3
uglisch-1.0.2
uglisch-1.0.1

How to add a dependency to Maven

Add the following se.ugli : uglisch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.ugli</groupId>
    <artifactId>uglisch</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.ugli : uglisch gradle dependency to your build.gradle file:

implementation 'se.ugli:uglisch:1.1.6'

Gradle Kotlin DSL: Add the following se.ugli : uglisch gradle kotlin dependency to your build.gradle.kts file:

implementation("se.ugli:uglisch:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.ugli : uglisch sbt scala dependency to your build.sbt file:

libraryDependencies += "se.ugli" % "uglisch" % "1.1.6"