License |
License |
---|---|
GroupId | GroupIdde.voidnode.trading4j |
ArtifactId | ArtifactIdparent |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionTrading4j
Contains build settings common to all Trading4j projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.1.pom | 10 KB |
parent-0.1-buildconfig.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.voidnode.trading4j/parent/ -->
<dependency>
<groupId>de.voidnode.trading4j</groupId>
<artifactId>parent</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.voidnode.trading4j/parent/
implementation 'de.voidnode.trading4j:parent:0.1'
// https://jarcasting.com/artifacts/de.voidnode.trading4j/parent/
implementation ("de.voidnode.trading4j:parent:0.1")
'de.voidnode.trading4j:parent:jar:0.1'
<dependency org="de.voidnode.trading4j" name="parent" rev="0.1">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.voidnode.trading4j', module='parent', version='0.1')
)
libraryDependencies += "de.voidnode.trading4j" % "parent" % "0.1"
[de.voidnode.trading4j/parent "0.1"]