License |
License |
---|---|
GroupId | GroupIdorg.apache.stanbol |
ArtifactId | ArtifactIdapache-stanbol |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Stanbol
Pseudo project to build Apache Stanbol.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apache-stanbol-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/apache-stanbol/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/apache-stanbol/
implementation 'org.apache.stanbol:apache-stanbol:1.0.0'
// https://jarcasting.com/artifacts/org.apache.stanbol/apache-stanbol/
implementation ("org.apache.stanbol:apache-stanbol:1.0.0")
'org.apache.stanbol:apache-stanbol:pom:1.0.0'
<dependency org="org.apache.stanbol" name="apache-stanbol" rev="1.0.0">
<artifact name="apache-stanbol" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='apache-stanbol', version='1.0.0')
)
libraryDependencies += "org.apache.stanbol" % "apache-stanbol" % "1.0.0"
[org.apache.stanbol/apache-stanbol "1.0.0"]