c

commons

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