MVN

com.manorrock.faces.converter : manorrock-faces-converter-bytes

Maven & Gradle

Aug 07, 2021
0 stars

Manorrock Faces - Converter - Bytes · This module delivers you with a FacesConverter that can convert bytes notion to a value and vice versa.

<dependency>
    <groupId>com.manorrock.faces.converter</groupId>
    <artifactId>manorrock-faces-converter-bytes</artifactId>
    <version>21.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manorrock.faces.converter : manorrock-faces-converter-bytes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.8.0

All Versions

Choose a version of com.manorrock.faces.converter : manorrock-faces-converter-bytes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.8.x
manorrock-faces-converter-bytes-21.8.0
21.5.x
manorrock-faces-converter-bytes-21.5.0
21.4.x
manorrock-faces-converter-bytes-21.4.0-legacy
manorrock-faces-converter-bytes-21.4.0

How to add a dependency to Maven

Add the following com.manorrock.faces.converter : manorrock-faces-converter-bytes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.manorrock.faces.converter</groupId>
    <artifactId>manorrock-faces-converter-bytes</artifactId>
    <version>21.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manorrock.faces.converter : manorrock-faces-converter-bytes gradle dependency to your build.gradle file:

implementation 'com.manorrock.faces.converter:manorrock-faces-converter-bytes:21.8.0'

Gradle Kotlin DSL: Add the following com.manorrock.faces.converter : manorrock-faces-converter-bytes gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manorrock.faces.converter:manorrock-faces-converter-bytes:21.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manorrock.faces.converter : manorrock-faces-converter-bytes sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manorrock.faces.converter" % "manorrock-faces-converter-bytes" % "21.8.0"