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