MVN

net.sf.dozer : dozer-osgi

Maven & Gradle

Apr 22, 2014
3 usages
1.9k stars

Dozer OSGi Bundle

<dependency>
    <groupId>net.sf.dozer</groupId>
    <artifactId>dozer-osgi</artifactId>
    <version>5.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.dozer : dozer-osgi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.1

All Versions

Choose a version of net.sf.dozer : dozer-osgi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
dozer-osgi-5.5.1
5.4.x
dozer-osgi-5.4.0
5.3.x
dozer-osgi-5.3.2
dozer-osgi-5.3.1
dozer-osgi-5.3.0
5.2.x
dozer-osgi-5.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.dozer</groupId>
    <artifactId>dozer-osgi</artifactId>
    <version>5.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.dozer : dozer-osgi gradle dependency to your build.gradle file:

implementation 'net.sf.dozer:dozer-osgi:5.5.1'

Gradle Kotlin DSL: Add the following net.sf.dozer : dozer-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.dozer:dozer-osgi:5.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.dozer : dozer-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.dozer" % "dozer-osgi" % "5.5.1"

Advertisement