s

soento-quartz

文件下载
文件名 操作
soento-quartz-1.2.10-RELEASE.jar 下载
soento-quartz-1.2.10-RELEASE.pom 下载
soento-quartz-1.2.10-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.soento</groupId>
  <artifactId>soento-quartz</artifactId>
  <version>1.2.10-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.soento:soento-quartz:1.2.10-RELEASE'
Gradle Kotlin
implementation("com.soento:soento-quartz:1.2.10-RELEASE")
Scala SBT
libraryDependencies += "com.soento" % "soento-quartz" % "1.2.10-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.soento', module='soento-quartz', version='1.2.10-RELEASE')
)
Apache Ivy
<dependency org="com.soento" name="soento-quartz" rev="1.2.10-RELEASE" />
Leiningen
[com.soento/soento-quartz "1.2.10-RELEASE"]
Apache Buildr
'com.soento:soento-quartz:jar:1.2.10-RELEASE'