s

sieAdapter

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