MVN

org.olengski : webutils

Maven & Gradle

Apr 11, 2015
0 stars

WebUtil · Web Utilities for various web-related operations

<dependency>
    <groupId>org.olengski</groupId>
    <artifactId>webutils</artifactId>
    <version>1.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.olengski : webutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4-RELEASE

All Versions

Choose a version of org.olengski : webutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
webutils-1.4-RELEASE
1.3
webutils-1.3-RELEASE
1.2
webutils-1.2
1.0.x
webutils-1.0.1-RELEASE
webutils-1.0.0-RELEASE

How to add a dependency to Maven

Add the following org.olengski : webutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.olengski</groupId>
    <artifactId>webutils</artifactId>
    <version>1.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.olengski : webutils gradle dependency to your build.gradle file:

implementation 'org.olengski:webutils:1.4-RELEASE'

Gradle Kotlin DSL: Add the following org.olengski : webutils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.olengski:webutils:1.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.olengski : webutils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.olengski" % "webutils" % "1.4-RELEASE"