Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.mstream-trader |
ArtifactId | ArtifactIddata-feed-parent |
Version | Version1.12 |
Type | Typepom |
Filename | Size |
---|---|
data-feed-parent-1.12.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/data-feed-parent/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>data-feed-parent</artifactId>
<version>1.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/data-feed-parent/
implementation 'com.github.mstream-trader:data-feed-parent:1.12'
// https://jarcasting.com/artifacts/com.github.mstream-trader/data-feed-parent/
implementation ("com.github.mstream-trader:data-feed-parent:1.12")
'com.github.mstream-trader:data-feed-parent:pom:1.12'
<dependency org="com.github.mstream-trader" name="data-feed-parent" rev="1.12">
<artifact name="data-feed-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='data-feed-parent', version='1.12')
)
libraryDependencies += "com.github.mstream-trader" % "data-feed-parent" % "1.12"
[com.github.mstream-trader/data-feed-parent "1.12"]