License |
License |
---|---|
GroupId | GroupIdde.voidnode.trading4j |
ArtifactId | ArtifactIdcore |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionTrading4j - core
Contains the core framework that is independent from a concrete broker.
|
Filename | Size |
---|---|
core-0.1.pom | |
core-0.1.jar | 155 KB |
core-0.1-tests.jar | 13 KB |
core-0.1-test-javadoc.jar | 496 KB |
core-0.1-sources.jar | 112 KB |
core-0.1-javadoc.jar | 681 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.voidnode.trading4j/core/ -->
<dependency>
<groupId>de.voidnode.trading4j</groupId>
<artifactId>core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.voidnode.trading4j/core/
implementation 'de.voidnode.trading4j:core:0.1'
// https://jarcasting.com/artifacts/de.voidnode.trading4j/core/
implementation ("de.voidnode.trading4j:core:0.1")
'de.voidnode.trading4j:core:jar:0.1'
<dependency org="de.voidnode.trading4j" name="core" rev="0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.voidnode.trading4j', module='core', version='0.1')
)
libraryDependencies += "de.voidnode.trading4j" % "core" % "0.1"
[de.voidnode.trading4j/core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
org.assertj : assertj-core | jar | 3.0.0 |