a

adapterTools

Contains classes to work on adapters
Files download
File Operation
adapterTools-1.8.13.jar download
adapterTools-1.8.13.pom download
adapterTools-1.8.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.notima.generic.businessobjects.adapter</groupId>
  <artifactId>adapterTools</artifactId>
  <version>1.8.13</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.notima.generic.businessobjects.adapter:adapterTools:1.8.13'
Gradle Kotlin
implementation("org.notima.generic.businessobjects.adapter:adapterTools:1.8.13")
Scala SBT
libraryDependencies += "org.notima.generic.businessobjects.adapter" % "adapterTools" % "1.8.13"
Groovy Grape
@Grapes(
  @Grab(group='org.notima.generic.businessobjects.adapter', module='adapterTools', version='1.8.13')
)
Apache Ivy
<dependency org="org.notima.generic.businessobjects.adapter" name="adapterTools" rev="1.8.13" />
Leiningen
[org.notima.generic.businessobjects.adapter/adapterTools "1.8.13"]
Apache Buildr
'org.notima.generic.businessobjects.adapter:adapterTools:jar:1.8.13'