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