MVN

nz.net.osnz.common : encode-filter

Maven & Gradle

Jan 09, 2014
0 stars

Open Source New Zealand : encode-filter · This is a library to encode the request in UTF-8

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>encode-filter</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.net.osnz.common : encode-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of nz.net.osnz.common : encode-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
encode-filter-3.1
2.1
encode-filter-2.1
1.2
encode-filter-1.2
1.1
encode-filter-1.1

How to add a dependency to Maven

Add the following nz.net.osnz.common : encode-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>encode-filter</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.net.osnz.common : encode-filter gradle dependency to your build.gradle file:

implementation 'nz.net.osnz.common:encode-filter:3.1'

Gradle Kotlin DSL: Add the following nz.net.osnz.common : encode-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.net.osnz.common:encode-filter:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.net.osnz.common : encode-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.net.osnz.common" % "encode-filter" % "3.1"

Advertisement