s

stanbol-parent

Parent POM for the Apache Stanbol project
Apache Software License, Version 2.0
Files download
File Operation
stanbol-parent-4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>stanbol-parent</artifactId>
  <version>4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:stanbol-parent:4'
Gradle Kotlin
implementation("org.apache.stanbol:stanbol-parent:4")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "stanbol-parent" % "4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='stanbol-parent', version='4')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="stanbol-parent" rev="4" />
Leiningen
[org.apache.stanbol/stanbol-parent "4"]
Apache Buildr
'org.apache.stanbol:stanbol-parent:jar:4'