| Title: |
BitSensor ~ Blocking |
| Group ID: |
io.bitsensor.plugins |
| Artifact ID: |
bitsensor-blocking |
| Version: |
2.2.0-RC1 (2018-01-24T12:33:35Z) |
| Last modified: |
24.01.2018 12:36 |
| Packaging: |
jar |
| Name: |
BitSensor ~ Blocking |
| Vendor: |
BitSensor |
|
|
| Size: |
15.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/bitsensor/plugins/bitsensor-blocking/2.2.0-RC1/bitsensor-blocking-2.2.0-RC1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>2.2.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bitsensor-blocking</artifactId>
<name>BitSensor ~ Blocking</name>
<dependencies>
<dependency>
<groupId>io.bitsensor</groupId>
<artifactId>lib-entity</artifactId>
</dependency>
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-core</artifactId>
</dependency>
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-http</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-test</artifactId>
<version>${spring-amqp.version}</version>
</dependency>
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-its-collector</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-blocking</artifactId>
<version>2.2.0-RC1</version>
</dependency>
|
| Gradle: |
io.bitsensor.plugins:bitsensor-blocking:2.2.0-RC1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|