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