c

common-exec

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