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