bitsensor-its
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-its</artifactId>
<version>4.0.3</version>
</dependency><?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">
<parent>
<artifactId>bitsensor-plugin</artifactId>
<groupId>io.bitsensor.plugins</groupId>
<version>4.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bitsensor-its</artifactId>
<packaging>pom</packaging>
<name>BitSensor ~ ITs</name>
<modules>
<module>jersey1x</module>
<module>server</module>
<module>struts1x</module>
<module>collector</module>
<module>spring-boot</module>
<module>proto-server</module>
</modules>
</project>