conductor-component-group
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.soshibby</groupId>
<artifactId>conductor-component-group</artifactId>
<version>1.0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.soshibby</groupId>
<artifactId>conductor-component-group</artifactId>
<version>1.0.6</version>
<name>conductor-component-group</name>
<description>Library for handling the communication between the component group and the control unit.</description>
<url>https://github.com/SoShibby/Conductor-Component-Group</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>shibbey</id>
<name>Henrik Nilsson</name>
<email>hnilsson90@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/SoShibby/Conductor-Component-Group.git</connection>
<developerConnection>scm:https://github.com/SoShibby/Conductor-Component-Group.git</developerConnection>
<url>https://github.com/SoShibby/Conductor-Component-Group</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>