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.1.0.jar download
attachment-client-3.1.0.pom download
attachment-client-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>info.earty</groupId>
  <artifactId>attachment-client</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'info.earty:attachment-client:3.1.0'
Gradle Kotlin
implementation("info.earty:attachment-client:3.1.0")
Scala SBT
libraryDependencies += "info.earty" % "attachment-client" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='info.earty', module='attachment-client', version='3.1.0')
)
Apache Ivy
<dependency org="info.earty" name="attachment-client" rev="3.1.0" />
Leiningen
[info.earty/attachment-client "3.1.0"]
Apache Buildr
'info.earty:attachment-client:jar:3.1.0'