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