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