e

eb-runtime

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