GroupId | GroupIdorg.apache.stanbol |
---|---|
ArtifactId | ArtifactIdstanbol-parent |
Version | Version5 |
Type | Typepom |
Filename | Size |
---|---|
stanbol-parent-5.pom | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/stanbol-parent/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/stanbol-parent/
implementation 'org.apache.stanbol:stanbol-parent:5'
// https://jarcasting.com/artifacts/org.apache.stanbol/stanbol-parent/
implementation ("org.apache.stanbol:stanbol-parent:5")
'org.apache.stanbol:stanbol-parent:pom:5'
<dependency org="org.apache.stanbol" name="stanbol-parent" rev="5">
<artifact name="stanbol-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='stanbol-parent', version='5')
)
libraryDependencies += "org.apache.stanbol" % "stanbol-parent" % "5"
[org.apache.stanbol/stanbol-parent "5"]