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