You can download org.apache.stanbol.commons.web.base-1.0.0.jar in this page.
Apache Software License, Version 2.0
org.apache.stanbol.commons.web.base-1.0.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/DEPENDENCIES-BY-LICENSE META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/RAT-REPORT META-INF/maven/org.apache.stanbol/org.apache.stanbol.commons.web.base/pom.properties META-INF/maven/org.apache.stanbol/org.apache.stanbol.commons.web.base/pom.xml OSGI-INF/org.apache.stanbol.commons.web.base.writers.GraphWriter.xml OSGI-INF/org.apache.stanbol.commons.web.base.writers.JenaModelWriter.xml OSGI-INF/org.apache.stanbol.commons.web.base.writers.ResultSetWriter.xml OSGI-INF/org.apache.stanbol.commons.web.base.writers.TextRdfNtProvider.xml org.apache.stanbol.commons.web.base.LinkResource.class org.apache.stanbol.commons.web.base.NavigationLink.class org.apache.stanbol.commons.web.base.ScriptResource.class org.apache.stanbol.commons.web.base.WebFragment.class org.apache.stanbol.commons.web.base.format.KRFormat.class org.apache.stanbol.commons.web.base.format.NamespaceEnum.class org.apache.stanbol.commons.web.base.resource.BaseStanbolResource.class org.apache.stanbol.commons.web.base.resource.LayoutConfiguration.class org.apache.stanbol.commons.web.base.resource.TemplateLayoutConfiguration.class org.apache.stanbol.commons.web.base.utils.MediaTypeUtil.class org.apache.stanbol.commons.web.base.writers.GraphWriter.class org.apache.stanbol.commons.web.base.writers.JenaModelTransformer.class org.apache.stanbol.commons.web.base.writers.JenaModelWriter.class org.apache.stanbol.commons.web.base.writers.ResultSetToXml.class org.apache.stanbol.commons.web.base.writers.ResultSetWriter.class org.apache.stanbol.commons.web.base.writers.TextRdfNtProvider.class
org.apache.stanbol.commons.web.base-1.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Base</name> <description>Stanbol HTTP application bundle.</description> <licenses> <license> <name>Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <scm> <connection> scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/base </connection> <developerConnection> scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/base </developerConnection> <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org/branches/release-1.0.0-branch</url> </scm> <build> <!-- make it an OSGi bundle --> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Export-Package> org.apache.stanbol.commons.web.base;version=${project.version}, org.apache.stanbol.commons.web.base.*;version=${project.version} </Export-Package> <Import-Package> javax.servlet.*; version="[2.5.0,4.0.0)", javax.ws.rs;version="[2,3)", javax.ws.rs.ext;version="[2,3)", javax.ws.rs.core;version="[2,3)", org.apache.stanbol.commons.web.base*, org.apache.stanbol.commons.jsonld;resolution:=optional, org.codehaus.jettison.json;resolution:=optional, com.hp.hpl.jena.rdf.model;resolution:=optional, org.apache.clerezza.rdf.core.*;resolution:=optional, * </Import-Package> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <!-- Clerezza dependencies --> <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.serializer</artifactId> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> </dependency> <!-- <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> --> <!-- generic tax --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <!-- OSGi tax --> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.annotations</artifactId> </dependency> <!-- for tests --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.wink</groupId> <artifactId>wink-common</artifactId> <version>1.2.1-incubating</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> <version>1.0.0</version> </dependency>
If you think the following org.apache.stanbol.commons.web.base-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download org.apache.stanbol.commons.web.base-1.0.0.jar file