s

st-core-framework

Semantic Turkey main project. It contains the core business logic of the system.
Armando Stellato
文件下载
文件名 操作
st-core-framework-11.1.jar 下载
st-core-framework-11.1.pom 下载
st-core-framework-11.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>st-core-framework</artifactId>
  <version>11.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.semanticturkey:st-core-framework:11.1'
Gradle Kotlin
implementation("it.uniroma2.art.semanticturkey:st-core-framework:11.1")
Scala SBT
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-core-framework" % "11.1"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.semanticturkey', module='st-core-framework', version='11.1')
)
Apache Ivy
<dependency org="it.uniroma2.art.semanticturkey" name="st-core-framework" rev="11.1" />
Leiningen
[it.uniroma2.art.semanticturkey/st-core-framework "11.1"]
Apache Buildr
'it.uniroma2.art.semanticturkey:st-core-framework:jar:11.1'
本项目依赖
<parent>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>semanticturkey</artifactId>
  <version>11.1</version>
</parent>

compile

|-- com.google.code.findbugs:annotations

|-- jetty:jetty:5.1.10

|-- org.eclipse.rdf4j:rdf4j-repository-api

|-- org.eclipse.rdf4j:rdf4j-sail-nativerdf

|-- org.eclipse.rdf4j:rdf4j-queryrender

|-- org.eclipse.rdf4j:rdf4j-model

|-- org.eclipse.rdf4j:rdf4j-rio-rdfxml

|-- org.eclipse.rdf4j:rdf4j-queryresultio-sparqljson

|-- org.antlr:antlr4-runtime

|-- org.apache.felix:org.apache.felix.main:2.0.1

|-- com.google.guava:guava

|-- org.json:json:20090211

|-- javax.validation:validation-api:1.1.0.Final

|-- org.hibernate:hibernate-validator:4.2.0.Final

|-- org.springframework:spring-tx

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc

|-- org.springframework.security:spring-security-web

|-- it.uniroma2.art.coda:coda-osgi-bundle

|-- it.uniroma2.art.coda:coda-converters

|-- xerces:xercesImpl:2.11.0

|-- org.apache.servicemix.bundles:org.apache.servicemix.bundles.aspectj:1.7.4_1

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-annotations

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml

|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310

|-- it.uniroma2.art.semanticturkey:st-changetracking-sail

|-- it.uniroma2.art.semanticturkey:st-trivial-inference-sail

|-- org.eclipse.rdf4j:rdf4j-repository-http

|-- it.unibo.alice.tuprolog:tuprolog

|-- it.uniroma2.art.lime:lime-model

|-- it.uniroma2.art.lime:lime-profiler

|-- it.uniroma2.art.maple:maple-core

|-- javax.annotation:javax.annotation-api

|-- org.apache.commons:commons-lang3

|-- javax.mail:mail:1.4.4

|-- it.uniroma2.art.sheet2rdf:sheet2rdf-osgi-bundle

|-- it.uniroma2.art.semanticturkey:st-i18n

|-- it.uniroma2.art.semanticturkey:st-utilities

|-- it.uniroma2.art.semanticturkey:st-metadata-registry-core

|-- org.everit.json:org.everit.json.schema

test

|-- junit:junit

|-- org.hamcrest:java-hamcrest:2.0.0.0

|-- org.apache.sling:org.apache.sling.testing.osgi-mock.junit4:2.4.4

|-- it.uniroma2.art.maple:maple-core

|-- org.apache.felix:org.apache.felix.scr.annotations:1.9.6

|-- pl.pragmatists:JUnitParams:1.1.1

|-- org.skyscreamer:jsonassert:1.5.0