c

commons

A library of general-purpose utilities, helpers and other classes that are shared across ECO projects
https://github.com/epam/eco-commons
The Apache Software License, Version 2.0
Raman Babich Andrei Tytsik Yauheni Serafimovich
文件下载
文件名 操作
commons-0.1.3.jar 下载
commons-0.1.3.pom 下载
commons-0.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.epam.eco</groupId>
  <artifactId>commons</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.epam.eco:commons:0.1.3'
Gradle Kotlin
implementation("com.epam.eco:commons:0.1.3")
Scala SBT
libraryDependencies += "com.epam.eco" % "commons" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.epam.eco', module='commons', version='0.1.3')
)
Apache Ivy
<dependency org="com.epam.eco" name="commons" rev="0.1.3" />
Leiningen
[com.epam.eco/commons "0.1.3"]
Apache Buildr
'com.epam.eco:commons:jar:0.1.3'