jul.communication.tcp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openbase</groupId>
<artifactId>jul.communication.tcp</artifactId>
<version>3.7.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.openbase</groupId>
<artifactId>jul.communication.tcp</artifactId>
<version>3.7.2</version>
<name>jul</name>
<description>Java Utility Lib</description>
<url>https://github.com/openbase/jul/wiki</url>
<inceptionYear>2015</inceptionYear>
<organization>
<name>openbase.org</name>
<url>https://openbase.org</url>
</organization>
<licenses>
<license>
<name>LGPLv3</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<developers>
<developer>
<id>DivineThreepwood</id>
<name>Marian Pohling</name>
<email>divine@openbase.org</email>
<url>https://github.com/DivineThreepwood</url>
<organization>openbase.org</organization>
<organizationUrl>https://github.com/openbase</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>pLeminoq</id>
<name>Tamino Huxohl</name>
<email>pleminoq@openbase.org</email>
<url>https://github.com/pLeminoq</url>
<organization>openbase.org</organization>
<organizationUrl>https://github.com/openbase</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/openbase/jul.git</connection>
<developerConnection>scm:git:https://github.com/openbase/jul.git</developerConnection>
<url>https://github.com/openbase/jul.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.openbase</groupId>
<artifactId>jps</artifactId>
<version>3.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>kr.pe.kwonnam.slf4j-lambda</groupId>
<artifactId>slf4j-lambda-core</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openbase</groupId>
<artifactId>jul.processing.xml</artifactId>
<version>3.7.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openbase</groupId>
<artifactId>jul.schedule</artifactId>
<version>3.7.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-runtime</artifactId>
<version>2.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>