bco.dal.remote
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openbase</groupId>
<artifactId>bco.dal.remote</artifactId>
<version>3.2.4</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>bco.dal.remote</artifactId>
<version>3.2.4</version>
<name>bco</name>
<description>Smart Environment Automation System</description>
<url>https://basecubeone.org</url>
<inceptionYear>2014</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/bco.git</connection>
<developerConnection>scm:git:https://github.com/openbase/bco.git</developerConnection>
<url>https://github.com/openbase/bco.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openbase</groupId>
<artifactId>bco.dal.lib</artifactId>
<version>3.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openbase</groupId>
<artifactId>bco.registry.util</artifactId>
<version>3.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openbase</groupId>
<artifactId>jul.pattern.trigger</artifactId>
<version>3.7.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-runtime</artifactId>
<version>2.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>