is not current version
Last Version 2.0.0-rc.5

com.github.jean-merelis:coffeepot-bean-wr 2.0.0-rc.4

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

GroupId

GroupId

com.github.jean-merelis
ArtifactId

ArtifactId

coffeepot-bean-wr
Version

Version

2.0.0-rc.4
Type

Type

jar

Download coffeepot-bean-wr 2.0.0-rc.4


<!-- https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/ -->
<dependency>
    <groupId>com.github.jean-merelis</groupId>
    <artifactId>coffeepot-bean-wr</artifactId>
    <version>2.0.0-rc.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/
implementation 'com.github.jean-merelis:coffeepot-bean-wr:2.0.0-rc.4'
// https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/
implementation ("com.github.jean-merelis:coffeepot-bean-wr:2.0.0-rc.4")
'com.github.jean-merelis:coffeepot-bean-wr:jar:2.0.0-rc.4'
<dependency org="com.github.jean-merelis" name="coffeepot-bean-wr" rev="2.0.0-rc.4">
  <artifact name="coffeepot-bean-wr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jean-merelis', module='coffeepot-bean-wr', version='2.0.0-rc.4')
)
libraryDependencies += "com.github.jean-merelis" % "coffeepot-bean-wr" % "2.0.0-rc.4"
[com.github.jean-merelis/coffeepot-bean-wr "2.0.0-rc.4"]