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