Last Version

Exonum Java Binding: App 0.10.0

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.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.exonum.binding
ArtifactId

ArtifactId

exonum-java-app
Version

Version

0.10.0
Type

Type

jar
Description

Description

Exonum Java Binding: 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.
Project Organization

Project Organization

Exonum

Download exonum-java-app 0.10.0


<!-- https://jarcasting.com/artifacts/com.exonum.binding/exonum-java-app/ -->
<dependency>
    <groupId>com.exonum.binding</groupId>
    <artifactId>exonum-java-app</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exonum.binding/exonum-java-app/
implementation 'com.exonum.binding:exonum-java-app:0.10.0'
// https://jarcasting.com/artifacts/com.exonum.binding/exonum-java-app/
implementation ("com.exonum.binding:exonum-java-app:0.10.0")
'com.exonum.binding:exonum-java-app:jar:0.10.0'
<dependency org="com.exonum.binding" name="exonum-java-app" rev="0.10.0">
  <artifact name="exonum-java-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exonum.binding', module='exonum-java-app', version='0.10.0')
)
libraryDependencies += "com.exonum.binding" % "exonum-java-app" % "0.10.0"
[com.exonum.binding/exonum-java-app "0.10.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.exonum.binding : exonum-java-binding-core jar 0.10.0
com.exonum.binding : exonum-time-oracle jar 0.10.0
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-slf4j18-impl jar

provided (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2

test (3)

Group / Artifact Type Version
com.exonum.binding » exonum-java-testing jar 0.10.0
org.junit.jupiter : junit-jupiter jar
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.