MVN

it.assist.jrecordbind : jrecordbind-test

Maven & Gradle

Jun 21, 2011

JRecordBind test module · Transform fixed-length and variable-length text files into beans and back

<dependency>
    <groupId>it.assist.jrecordbind</groupId>
    <artifactId>jrecordbind-test</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.assist.jrecordbind : jrecordbind-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of it.assist.jrecordbind : jrecordbind-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jrecordbind-test-2.3.8
jrecordbind-test-2.3.7

How to add a dependency to Maven

Add the following it.assist.jrecordbind : jrecordbind-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.assist.jrecordbind</groupId>
    <artifactId>jrecordbind-test</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.assist.jrecordbind : jrecordbind-test gradle dependency to your build.gradle file:

implementation 'it.assist.jrecordbind:jrecordbind-test:2.3.8'

Gradle Kotlin DSL: Add the following it.assist.jrecordbind : jrecordbind-test gradle kotlin dependency to your build.gradle.kts file:

implementation("it.assist.jrecordbind:jrecordbind-test:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.assist.jrecordbind : jrecordbind-test sbt scala dependency to your build.sbt file:

libraryDependencies += "it.assist.jrecordbind" % "jrecordbind-test" % "2.3.8"