Files download
File Operation
com.mycorp.examples.timeservice.async-2.1.101.jar download
com.mycorp.examples.timeservice.async-2.1.101.pom download
com.mycorp.examples.timeservice.async-2.1.101-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.ecf</groupId>
  <artifactId>com.mycorp.examples.timeservice.async</artifactId>
  <version>2.1.101</version>
  <type>eclipse-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.ecf:com.mycorp.examples.timeservice.async:2.1.101'
Gradle Kotlin
implementation("org.eclipse.ecf:com.mycorp.examples.timeservice.async:2.1.101")
Scala SBT
libraryDependencies += "org.eclipse.ecf" % "com.mycorp.examples.timeservice.async" % "2.1.101"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.ecf', module='com.mycorp.examples.timeservice.async', version='2.1.101')
)
Apache Ivy
<dependency org="org.eclipse.ecf" name="com.mycorp.examples.timeservice.async" rev="2.1.101" />
Leiningen
[org.eclipse.ecf/com.mycorp.examples.timeservice.async "2.1.101"]
Apache Buildr
'org.eclipse.ecf:com.mycorp.examples.timeservice.async:jar:2.1.101'