License |
License |
---|---|
GroupId | GroupIduk.ac.shef.dcs |
ArtifactId | ArtifactIdsti |
Version | Version1.0alpha |
Type | Typepom |
Description |
DescriptionSemantic Table Interpretation library
A Java library implementing several state of the art algorithms for semantically annotating
relational tables with items from knowledge bases.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sti-1.0alpha.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.shef.dcs/sti/ -->
<dependency>
<groupId>uk.ac.shef.dcs</groupId>
<artifactId>sti</artifactId>
<version>1.0alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/sti/
implementation 'uk.ac.shef.dcs:sti:1.0alpha'
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/sti/
implementation ("uk.ac.shef.dcs:sti:1.0alpha")
'uk.ac.shef.dcs:sti:pom:1.0alpha'
<dependency org="uk.ac.shef.dcs" name="sti" rev="1.0alpha">
<artifact name="sti" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.shef.dcs', module='sti', version='1.0alpha')
)
libraryDependencies += "uk.ac.shef.dcs" % "sti" % "1.0alpha"
[uk.ac.shef.dcs/sti "1.0alpha"]