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