MVN

net.ulrice : ulrice-core

Maven & Gradle

Aug 13, 2013
6 usages

Ulrice Core · Ulrice is a framework for rich clients supporting the mvc-based (or module based) development of applications

<dependency>
    <groupId>net.ulrice</groupId>
    <artifactId>ulrice-core</artifactId>
    <version>0.2.5.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ulrice : ulrice-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5.18

All Versions

Choose a version of net.ulrice : ulrice-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ulrice-core-0.2.5.18

How to add a dependency to Maven

Add the following net.ulrice : ulrice-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.ulrice</groupId>
    <artifactId>ulrice-core</artifactId>
    <version>0.2.5.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.ulrice : ulrice-core gradle dependency to your build.gradle file:

implementation 'net.ulrice:ulrice-core:0.2.5.18'

Gradle Kotlin DSL: Add the following net.ulrice : ulrice-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.ulrice:ulrice-core:0.2.5.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.ulrice : ulrice-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.ulrice" % "ulrice-core" % "0.2.5.18"