i

impl

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