a

attachment-client

attachment client for the earty info project
https://earty.info
The Apache License, Version 2.0
Erik Artymiuk
Files download
File Operation
attachment-client-3.0.2.jar download
attachment-client-3.0.2.pom download
attachment-client-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>info.earty</groupId>
  <artifactId>attachment-client</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'info.earty:attachment-client:3.0.2'
Gradle Kotlin
implementation("info.earty:attachment-client:3.0.2")
Scala SBT
libraryDependencies += "info.earty" % "attachment-client" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='info.earty', module='attachment-client', version='3.0.2')
)
Apache Ivy
<dependency org="info.earty" name="attachment-client" rev="3.0.2" />
Leiningen
[info.earty/attachment-client "3.0.2"]
Apache Buildr
'info.earty:attachment-client:jar:3.0.2'