MVN

com.exonum.binding : exonum-java-app

Maven & Gradle

Apr 06, 2020
1 usages
61 stars

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.

<dependency>
    <groupId>com.exonum.binding</groupId>
    <artifactId>exonum-java-app</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exonum.binding : exonum-java-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0
  • Latest Release Candidate: 0.9.0-rc2

All Versions

Choose a version of com.exonum.binding : exonum-java-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
exonum-java-app-0.10.0
0.9.x
exonum-java-app-0.9.0-rc2

How to add a dependency to Maven

Add the following com.exonum.binding : exonum-java-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exonum.binding</groupId>
    <artifactId>exonum-java-app</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exonum.binding : exonum-java-app gradle dependency to your build.gradle file:

implementation 'com.exonum.binding:exonum-java-app:0.10.0'

Gradle Kotlin DSL: Add the following com.exonum.binding : exonum-java-app gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exonum.binding:exonum-java-app:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exonum.binding : exonum-java-app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exonum.binding" % "exonum-java-app" % "0.10.0"

Advertisement

Dependencies from Group

Apr 06, 2020
5 usages
61 stars
Apr 06, 2020
3 usages
61 stars
Apr 06, 2020
3 usages
61 stars
Jul 21, 2018
2 usages
61 stars
Apr 06, 2020
2 usages
61 stars

Discover Dependencies

Apr 01, 2023
1 usages
2 stars
May 01, 2020
1 usages
4 stars
Feb 04, 2020
2 usages
3 stars
Mar 07, 2020
2 usages
1.1k stars
Jun 15, 2020
1 usages
4 stars
Mar 09, 2020
2 usages
19 stars
Aug 26, 2023
3 usages
Jun 15, 2020
2 usages
1.1k stars
Nov 30, 2020
3 usages
0 stars