e

eb-runtime

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