is not current version
Last Version 0.0.11

com.remondis:resample 0.0.3

A Java Bean fixture generator.

GroupId

GroupId

com.remondis
ArtifactId

ArtifactId

resample
Version

Version

0.0.3
Type

Type

jar

Download resample 0.0.3


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