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.3.jar download
siefilelib-1.0.3.pom download
siefilelib-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.notima</groupId>
  <artifactId>siefilelib</artifactId>
  <version>1.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.notima:siefilelib:1.0.3'
Gradle Kotlin
implementation("org.notima:siefilelib:1.0.3")
Scala SBT
libraryDependencies += "org.notima" % "siefilelib" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.notima', module='siefilelib', version='1.0.3')
)
Apache Ivy
<dependency org="org.notima" name="siefilelib" rev="1.0.3" />
Leiningen
[org.notima/siefilelib "1.0.3"]
Apache Buildr
'org.notima:siefilelib:jar:1.0.3'
Dependencies

compile

|-- junit:junit:4.12