s

siefilelib

Java library to manage (read/write) SIE-files. SIE is an open standard for accounting information in Sweden. www.sie.se
https://github.com/notima/siefilelib
GNU General Public Licence
Notima System Integration AB
Daniel Tamm
Files download
File Operation
siefilelib-1.0.5.jar download
siefilelib-1.0.5.pom download
siefilelib-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.notima</groupId>
  <artifactId>siefilelib</artifactId>
  <version>1.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.notima:siefilelib:1.0.5'
Gradle Kotlin
implementation("org.notima:siefilelib:1.0.5")
Scala SBT
libraryDependencies += "org.notima" % "siefilelib" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.notima', module='siefilelib', version='1.0.5')
)
Apache Ivy
<dependency org="org.notima" name="siefilelib" rev="1.0.5" />
Leiningen
[org.notima/siefilelib "1.0.5"]
Apache Buildr
'org.notima:siefilelib:jar:1.0.5'
Dependencies