e

eb-rest

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