License |
License |
---|---|
GroupId | GroupIdorg.apache.shale |
ArtifactId | ArtifactIdshale-parent |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Shale Framework Parent POM
The Apache Shale Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
shale-parent-1.0.5.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shale/shale-parent/ -->
<dependency>
<groupId>org.apache.shale</groupId>
<artifactId>shale-parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shale/shale-parent/
implementation 'org.apache.shale:shale-parent:1.0.5'
// https://jarcasting.com/artifacts/org.apache.shale/shale-parent/
implementation ("org.apache.shale:shale-parent:1.0.5")
'org.apache.shale:shale-parent:pom:1.0.5'
<dependency org="org.apache.shale" name="shale-parent" rev="1.0.5">
<artifact name="shale-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shale', module='shale-parent', version='1.0.5')
)
libraryDependencies += "org.apache.shale" % "shale-parent" % "1.0.5"
[org.apache.shale/shale-parent "1.0.5"]