s

semi-finished

使用json描述查询规则,查询数据
Files download
File Operation
semi-finished-1.0.1.jar download
semi-finished-1.0.1.pom download
semi-finished-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.clx25</groupId>
  <artifactId>semi-finished</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.clx25:semi-finished:1.0.1'
Gradle Kotlin
implementation("io.github.clx25:semi-finished:1.0.1")
Scala SBT
libraryDependencies += "io.github.clx25" % "semi-finished" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.clx25', module='semi-finished', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.clx25" name="semi-finished" rev="1.0.1" />
Leiningen
[io.github.clx25/semi-finished "1.0.1"]
Apache Buildr
'io.github.clx25:semi-finished:jar:1.0.1'