i

ibcore-vertx-blobstore

Blob management tools for Vert.x
${github.url.base}/${project.artifactId}
Files download
File Operation
ibcore-vertx-blobstore-0.21.1.jar download
ibcore-vertx-blobstore-0.21.1.pom download
ibcore-vertx-blobstore-0.21.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibcore-vertx-blobstore</artifactId>
  <version>0.21.1</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibcore-vertx-blobstore:0.21.1'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibcore-vertx-blobstore:0.21.1")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibcore-vertx-blobstore" % "0.21.1"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibcore-vertx-blobstore', version='0.21.1')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibcore-vertx-blobstore" rev="0.21.1" />
Leiningen
[org.infrastructurebuilder/ibcore-vertx-blobstore "0.21.1"]
Apache Buildr
'org.infrastructurebuilder:ibcore-vertx-blobstore:jar:0.21.1'