License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.exonum.binding |
ArtifactId | ArtifactIdexonum-java-binding-parent |
Version | Version0.10.0 |
Type | Typepom |
Description |
DescriptionExonum Java Binding Parent
The Exonum Java Binding library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exonum-java-binding-parent-0.10.0.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.exonum.binding/exonum-java-binding-parent/ -->
<dependency>
<groupId>com.exonum.binding</groupId>
<artifactId>exonum-java-binding-parent</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.exonum.binding/exonum-java-binding-parent/
implementation 'com.exonum.binding:exonum-java-binding-parent:0.10.0'
// https://jarcasting.com/artifacts/com.exonum.binding/exonum-java-binding-parent/
implementation ("com.exonum.binding:exonum-java-binding-parent:0.10.0")
'com.exonum.binding:exonum-java-binding-parent:pom:0.10.0'
<dependency org="com.exonum.binding" name="exonum-java-binding-parent" rev="0.10.0">
<artifact name="exonum-java-binding-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.exonum.binding', module='exonum-java-binding-parent', version='0.10.0')
)
libraryDependencies += "com.exonum.binding" % "exonum-java-binding-parent" % "0.10.0"
[com.exonum.binding/exonum-java-binding-parent "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.hamcrest : hamcrest | jar | 2.2 |