You can download roboconf-target-api-0.9.jar in this page.
Apache License
roboconf-target-api-0.9.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/net.roboconf/roboconf-target-api/pom.properties META-INF/maven/net.roboconf/roboconf-target-api/pom.xml OSGI-INF/bundle.info net.roboconf.target.api.AbstractThreadedTargetHandler.class net.roboconf.target.api.TargetException.class net.roboconf.target.api.TargetHandler.class net.roboconf.target.api.TargetHandlerParameters.class
roboconf-target-api-0.9.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2013-2017 Linagora, Universit? Joseph Fourier, Floralis The present code is developed in the scope of the joint LINAGORA - Universit? Joseph Fourier - Floralis research program and is designated as a "Result" pursuant to the terms and conditions of the LINAGORA - Universit? Joseph Fourier - Floralis research program. Each copyright holder of Results enumerated here above fully & independently holds complete ownership of the complete Intellectual Property rights applicable to the whole of said Results, and may freely exploit it in any manner which does not infringe the moral rights of the other copyright holders. Licensed 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>net.roboconf</groupId> <artifactId>roboconf-platform-parent</artifactId> <version>0.9</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>net.roboconf</groupId> <artifactId>roboconf-target-api</artifactId> <name>Roboconf :: Target :: API</name> <packaging>bundle</packaging> <dependencies> <dependency> <groupId>net.roboconf</groupId> <artifactId>roboconf-core</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>net.roboconf</groupId> <artifactId>roboconf-core</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Export-Package> !net.roboconf.target.api.internal.*, net.roboconf.target.api.* </Export-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>net.roboconf</groupId> <artifactId>roboconf-target-api</artifactId> <version>0.9</version> </dependency>
If you think the following roboconf-target-api-0.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download roboconf-target-api-0.9.jar file