Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.lyo.store |
ArtifactId | ArtifactIdstore-parent |
Version | Version5.0.0.alpha1 |
Type | Typepom |
Filename | Size |
---|---|
store-parent-5.0.0.alpha1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo.store/store-parent/ -->
<dependency>
<groupId>org.eclipse.lyo.store</groupId>
<artifactId>store-parent</artifactId>
<version>5.0.0.alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo.store/store-parent/
implementation 'org.eclipse.lyo.store:store-parent:5.0.0.alpha1'
// https://jarcasting.com/artifacts/org.eclipse.lyo.store/store-parent/
implementation ("org.eclipse.lyo.store:store-parent:5.0.0.alpha1")
'org.eclipse.lyo.store:store-parent:pom:5.0.0.alpha1'
<dependency org="org.eclipse.lyo.store" name="store-parent" rev="5.0.0.alpha1">
<artifact name="store-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo.store', module='store-parent', version='5.0.0.alpha1')
)
libraryDependencies += "org.eclipse.lyo.store" % "store-parent" % "5.0.0.alpha1"
[org.eclipse.lyo.store/store-parent "5.0.0.alpha1"]