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