GroupId | GroupIddev.feast |
---|---|
ArtifactId | ArtifactIdfeast-parent |
Version | Version0.3.8 |
Type | Typepom |
Filename | Size |
---|---|
feast-parent-0.3.8.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.feast/feast-parent/ -->
<dependency>
<groupId>dev.feast</groupId>
<artifactId>feast-parent</artifactId>
<version>0.3.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.feast/feast-parent/
implementation 'dev.feast:feast-parent:0.3.8'
// https://jarcasting.com/artifacts/dev.feast/feast-parent/
implementation ("dev.feast:feast-parent:0.3.8")
'dev.feast:feast-parent:pom:0.3.8'
<dependency org="dev.feast" name="feast-parent" rev="0.3.8">
<artifact name="feast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.feast', module='feast-parent', version='0.3.8')
)
libraryDependencies += "dev.feast" % "feast-parent" % "0.3.8"
[dev.feast/feast-parent "0.3.8"]