MVN

eu.qualityontime.commons : q-beanutils

Maven & Gradle

Mar 31, 2017
2 stars

q-beanutils · jakarta beanutils replacement with steroids

<dependency>
    <groupId>eu.qualityontime.commons</groupId>
    <artifactId>q-beanutils</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.qualityontime.commons : q-beanutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of eu.qualityontime.commons : q-beanutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
q-beanutils-0.8

How to add a dependency to Maven

Add the following eu.qualityontime.commons : q-beanutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.qualityontime.commons</groupId>
    <artifactId>q-beanutils</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.qualityontime.commons : q-beanutils gradle dependency to your build.gradle file:

implementation 'eu.qualityontime.commons:q-beanutils:0.8'

Gradle Kotlin DSL: Add the following eu.qualityontime.commons : q-beanutils gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.qualityontime.commons:q-beanutils:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.qualityontime.commons : q-beanutils sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.qualityontime.commons" % "q-beanutils" % "0.8"

Advertisement