s

sieAdapter

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