e

exonum-java-app

Exonum Java application allows to bootstrap the Java runtime. It could have been a part of core, but remains in a separate module to break the circular dependency between the core (runtime configuration requiring time oracle) and the time oracle. The classpath of this module includes all of the dependencies of the native application.
Files download
File Operation
exonum-java-app-0.10.0.jar download
exonum-java-app-0.10.0.pom download
exonum-java-app-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.exonum.binding</groupId>
  <artifactId>exonum-java-app</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.exonum.binding:exonum-java-app:0.10.0'
Gradle Kotlin
implementation("com.exonum.binding:exonum-java-app:0.10.0")
Scala SBT
libraryDependencies += "com.exonum.binding" % "exonum-java-app" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.exonum.binding', module='exonum-java-app', version='0.10.0')
)
Apache Ivy
<dependency org="com.exonum.binding" name="exonum-java-app" rev="0.10.0" />
Leiningen
[com.exonum.binding/exonum-java-app "0.10.0"]
Apache Buildr
'com.exonum.binding:exonum-java-app:jar:0.10.0'