Download jVinci-2.8.1.jar file

Introduction

You can download jVinci-2.8.1.jar in this page.

License

Apache License

Type List

jVinci-2.8.1.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.uima/jVinci/pom.properties
META-INF/maven/org.apache.uima/jVinci/pom.xml
org.apache.vinci.debug.AssertionFailedException.class
org.apache.vinci.debug.Debug.class
org.apache.vinci.debug.FatalException.class
org.apache.vinci.transport.Attributes.class
org.apache.vinci.transport.BaseClient.class
org.apache.vinci.transport.BaseServer.class
org.apache.vinci.transport.BaseServerRunnable.class
org.apache.vinci.transport.ErrorFrame.class
org.apache.vinci.transport.Frame.class
org.apache.vinci.transport.FrameComponent.class
org.apache.vinci.transport.FrameLeaf.class
org.apache.vinci.transport.FrameTransporter.class
org.apache.vinci.transport.KeyValuePair.class
org.apache.vinci.transport.LeafCastException.class
org.apache.vinci.transport.PooledVinciClient.class
org.apache.vinci.transport.QueryableFrame.class
org.apache.vinci.transport.ServiceDownException.class
org.apache.vinci.transport.ServiceException.class
org.apache.vinci.transport.SimpleTransportable.class
org.apache.vinci.transport.TransportConstants.class
org.apache.vinci.transport.Transportable.class
org.apache.vinci.transport.TransportableFactory.class
org.apache.vinci.transport.VNSException.class
org.apache.vinci.transport.VinciClient.class
org.apache.vinci.transport.VinciFrame.class
org.apache.vinci.transport.VinciServable.class
org.apache.vinci.transport.VinciServableAdapter.class
org.apache.vinci.transport.VinciServer.class
org.apache.vinci.transport.VinciServerRunnable.class
org.apache.vinci.transport.XTalkTransporter.class
org.apache.vinci.transport.context.VinciContext.class
org.apache.vinci.transport.document.AFrame.class
org.apache.vinci.transport.document.AFrameLeaf.class
org.apache.vinci.transport.document.XMLToVinci.class
org.apache.vinci.transport.document.XMLToXTalk.class
org.apache.vinci.transport.document.XTalkToSAX.class
org.apache.vinci.transport.util.Base64Converter.class
org.apache.vinci.transport.util.Base64FormatException.class
org.apache.vinci.transport.util.StreamMaterializer.class
org.apache.vinci.transport.util.TransportableConverter.class
org.apache.vinci.transport.util.UTFConverter.class
org.apache.vinci.transport.util.XMLConverter.class
org.apache.vinci.transport.vns.VNSConstants.class
org.apache.vinci.transport.vns.client.ResolveResult.class
org.apache.vinci.transport.vns.client.ServeonResult.class
org.apache.vinci.transport.vns.client.VNSConfig.class
org.apache.vinci.transport.vns.service.BackupThread.class
org.apache.vinci.transport.vns.service.CachedItem.class
org.apache.vinci.transport.vns.service.NameClient.class
org.apache.vinci.transport.vns.service.ProxyCachedItem.class
org.apache.vinci.transport.vns.service.Service.class
org.apache.vinci.transport.vns.service.ServiceAlias.class
org.apache.vinci.transport.vns.service.ServiceInfo.class
org.apache.vinci.transport.vns.service.ServiceInterface.class
org.apache.vinci.transport.vns.service.ServiceRegistry.class
org.apache.vinci.transport.vns.service.ServiceStack.class
org.apache.vinci.transport.vns.service.ServiceTree.class
org.apache.vinci.transport.vns.service.VNS.class
org.apache.vinci.transport.vns.service.WorkspaceConfig.class
org.apache.vinci.transport.vns.service.exitThread.class

Pom

jVinci-2.8.1.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.uima</groupId>
    <artifactId>uimaj-parent</artifactId>
    <version>2.8.1</version> 
    <relativePath>../uimaj-parent/pom.xml</relativePath>
  </parent>

	<artifactId>jVinci</artifactId>
	<packaging>jar</packaging>
	<name>Apache UIMA Base: ${project.artifactId}: Vinci Transport Library</name>
  <description>This is a non-standard protocol for higher efficiency than
    SOAP, used by the base UIMA Collection processing manager for supporting
    networked deployment.  See UIMA-AS as a more modern alternative supporting
    more standard protocols.</description>
  <url>${uimaWebsiteUrl}</url>

  <!-- Special inheritance note
       even though the <scm> element that follows is exactly the 
       same as those in super poms, it cannot be inherited because 
       there is some special code that computes the connection elements
       from the chain of parent poms, if this is omitted. 
       
       Keeping this a bit factored allows cutting/pasting the <scm>
       element, and just changing the following two properties -->  
  <scm>
    <connection>
      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.8.1/jVinci
    </connection>
    <developerConnection>
      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.8.1/jVinci
    </developerConnection>
    <url>
      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.8.1/jVinci
    </url>
  </scm>
  
  <properties>
    <uimaScmProject>${project.artifactId}</uimaScmProject>
    <postNoticeText>${ibmNoticeText}</postNoticeText>
  </properties>
     
	<build>
		<finalName>jVinci</finalName>
	</build>		
</project>

POM Entry

<dependency>
   <groupId>org.apache.uima</groupId>
   <artifactId>jVinci</artifactId>
   <version>2.8.1</version>
</dependency>

Download

If you think the following jVinci-2.8.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jVinci-2.8.1.jar file




PreviousNext

Related