a

attachment

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