Download element-connector-1.0.5.jar file

Introduction

You can download element-connector-1.0.5.jar in this page.

License

Eclipse Open Source

Type List

element-connector-1.0.5.jar file has the following types.

META-INF/ECLIPSE_.RSA
META-INF/ECLIPSE_.SF
META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.californium/element-connector/pom.properties
META-INF/maven/org.eclipse.californium/element-connector/pom.xml
about.html
edl-v10.html
epl-v10.html
notice.html
org.eclipse.californium.elements.Connector.class
org.eclipse.californium.elements.ConnectorBase.class
org.eclipse.californium.elements.ConnectorFactory.class
org.eclipse.californium.elements.RawData.class
org.eclipse.californium.elements.RawDataChannel.class
org.eclipse.californium.elements.UDPConnector.class

Pom

element-connector-1.0.5.pom file content.

<?xml version='1.0' encoding='UTF-8'?>
<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/xsd/maven-4.0.0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.eclipse.californium</groupId>
		<artifactId>parent</artifactId>
		<version>1.0.5</version>
	</parent>

	<artifactId>element-connector</artifactId>
	<packaging>bundle</packaging>

	<name>element-connector</name>
	<description>Java socket abstraction for datagram transports (UDP, DTLS, etc.)</description>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<extensions>true</extensions>
				<configuration>
					<instructions>
						<Export-Package>
							org.eclipse.californium.elements
						</Export-Package>
						<Import-Package>
							*
						</Import-Package>
						<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
					</instructions>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.eclipse.californium</groupId>
   <artifactId>element-connector</artifactId>
   <version>1.0.5</version>
</dependency>

Download

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



Download element-connector-1.0.5.jar file




PreviousNext

Related