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