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