e

eb-rest

Runtime component for engineblock.
Files download
File Operation
eb-rest-1.0.18.jar download
eb-rest-1.0.18.pom download
eb-rest-1.0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>io.engineblock</groupId>
  <artifactId>eb-rest</artifactId>
  <version>1.0.18</version>
</dependency>
Gradle Groovy
implementation 'io.engineblock:eb-rest:1.0.18'
Gradle Kotlin
implementation("io.engineblock:eb-rest:1.0.18")
Scala SBT
libraryDependencies += "io.engineblock" % "eb-rest" % "1.0.18"
Groovy Grape
@Grapes(
  @Grab(group='io.engineblock', module='eb-rest', version='1.0.18')
)
Apache Ivy
<dependency org="io.engineblock" name="eb-rest" rev="1.0.18" />
Leiningen
[io.engineblock/eb-rest "1.0.18"]
Apache Buildr
'io.engineblock:eb-rest:jar:1.0.18'