MVN

com.github.jean-merelis : coffeepot-bean-wr

Maven & Gradle

Mar 10, 2020
2 usages
6 stars

coffeepot-bean-wr · Coffeepot-bean-wr is a simple Java framework for marshalling Java beans to flat file and unmarshal flat file to Java Beans

<dependency>
    <groupId>com.github.jean-merelis</groupId>
    <artifactId>coffeepot-bean-wr</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jean-merelis : coffeepot-bean-wr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Release Candidate: 2.0.0-rc.5
  • Latest Beta: 1.3.0-Beta.1

All Versions

Choose a version of com.github.jean-merelis : coffeepot-bean-wr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
coffeepot-bean-wr-2.0.0-rc.5
coffeepot-bean-wr-2.0.0-rc.4
coffeepot-bean-wr-2.0.0-rc.3
coffeepot-bean-wr-2.0.0-rc.1
1.3.x
coffeepot-bean-wr-1.3.0
coffeepot-bean-wr-1.3.0-rc.4
coffeepot-bean-wr-1.3.0-rc.3
coffeepot-bean-wr-1.3.0-RC2
coffeepot-bean-wr-1.3.0-RC1
coffeepot-bean-wr-1.3.0-Beta.1
1.2.x
coffeepot-bean-wr-1.2.3-FINAL
coffeepot-bean-wr-1.2.2-FINAL
coffeepot-bean-wr-1.2.1-FINAL
coffeepot-bean-wr-1.2.0-FINAL

How to add a dependency to Maven

Add the following com.github.jean-merelis : coffeepot-bean-wr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jean-merelis</groupId>
    <artifactId>coffeepot-bean-wr</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jean-merelis : coffeepot-bean-wr gradle dependency to your build.gradle file:

implementation 'com.github.jean-merelis:coffeepot-bean-wr:1.3.0'

Gradle Kotlin DSL: Add the following com.github.jean-merelis : coffeepot-bean-wr gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jean-merelis:coffeepot-bean-wr:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jean-merelis : coffeepot-bean-wr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jean-merelis" % "coffeepot-bean-wr" % "1.3.0"

Advertisement