Files download
File Operation
simple-dao-1.0.0.jar download
simple-dao-1.0.0.pom download
simple-dao-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.WCH996600</groupId>
  <artifactId>simple-dao</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.WCH996600:simple-dao:1.0.0'
Gradle Kotlin
implementation("com.github.WCH996600:simple-dao:1.0.0")
Scala SBT
libraryDependencies += "com.github.WCH996600" % "simple-dao" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.WCH996600', module='simple-dao', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.WCH996600" name="simple-dao" rev="1.0.0" />
Leiningen
[com.github.WCH996600/simple-dao "1.0.0"]
Apache Buildr
'com.github.WCH996600:simple-dao:jar:1.0.0'
Dependencies
The project has no third-party dependencies