License |
License |
---|---|
GroupId | GroupIdcom.github.jean-merelis |
ArtifactId | ArtifactIdcoffeepot-bean-wr |
Last Version | Last Version2.0.0-rc.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncoffeepot-bean-wr
Coffeepot-bean-wr is a simple Java framework for marshalling Java beans to flat file and unmarshal flat file to Java Beans
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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.5</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.5'
// https://jarcasting.com/artifacts/com.github.jean-merelis/coffeepot-bean-wr/
implementation ("com.github.jean-merelis:coffeepot-bean-wr:2.0.0-rc.5")
'com.github.jean-merelis:coffeepot-bean-wr:jar:2.0.0-rc.5'
<dependency org="com.github.jean-merelis" name="coffeepot-bean-wr" rev="2.0.0-rc.5">
<artifact name="coffeepot-bean-wr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jean-merelis', module='coffeepot-bean-wr', version='2.0.0-rc.5')
)
libraryDependencies += "com.github.jean-merelis" % "coffeepot-bean-wr" % "2.0.0-rc.5"
[com.github.jean-merelis/coffeepot-bean-wr "2.0.0-rc.5"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.3.1 |
junit : junit | jar | 4.11 |
joda-time : joda-time | jar | 2.9.1 |