is not current version
Last Version 0.0.11

com.remondis:resample 0.0.6

A Java Bean fixture generator.

GroupId

GroupId

com.remondis
ArtifactId

ArtifactId

resample
Version

Version

0.0.6
Type

Type

jar

Download resample 0.0.6


<!-- https://jarcasting.com/artifacts/com.remondis/resample/ -->
<dependency>
    <groupId>com.remondis</groupId>
    <artifactId>resample</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.remondis/resample/
implementation 'com.remondis:resample:0.0.6'
// https://jarcasting.com/artifacts/com.remondis/resample/
implementation ("com.remondis:resample:0.0.6")
'com.remondis:resample:jar:0.0.6'
<dependency org="com.remondis" name="resample" rev="0.0.6">
  <artifact name="resample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.remondis', module='resample', version='0.0.6')
)
libraryDependencies += "com.remondis" % "resample" % "0.0.6"
[com.remondis/resample "0.0.6"]