License |
License |
---|---|
GroupId | GroupIdorg.apache.stanbol |
ArtifactId | ArtifactIdstanbol-parent |
Last Version | Last Version6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Stanbol Parent
Parent POM for the Apache Stanbol project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
stanbol-parent-6.pom | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/stanbol-parent/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-parent</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/stanbol-parent/
implementation 'org.apache.stanbol:stanbol-parent:6'
// https://jarcasting.com/artifacts/org.apache.stanbol/stanbol-parent/
implementation ("org.apache.stanbol:stanbol-parent:6")
'org.apache.stanbol:stanbol-parent:pom:6'
<dependency org="org.apache.stanbol" name="stanbol-parent" rev="6">
<artifact name="stanbol-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='stanbol-parent', version='6')
)
libraryDependencies += "org.apache.stanbol" % "stanbol-parent" % "6"
[org.apache.stanbol/stanbol-parent "6"]