License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Container |
GroupId | GroupIdcom.hivemq |
ArtifactId | ArtifactIdhivemq-testcontainer-junit4 |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHiveMQ Testcontainer JUnit4
JUnit 4 API for testing HiveMQ Extensions and Java MQTT Applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hivemq/hivemq-testcontainer-junit4/ -->
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-testcontainer-junit4</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hivemq/hivemq-testcontainer-junit4/
implementation 'com.hivemq:hivemq-testcontainer-junit4:2.0.0'
// https://jarcasting.com/artifacts/com.hivemq/hivemq-testcontainer-junit4/
implementation ("com.hivemq:hivemq-testcontainer-junit4:2.0.0")
'com.hivemq:hivemq-testcontainer-junit4:jar:2.0.0'
<dependency org="com.hivemq" name="hivemq-testcontainer-junit4" rev="2.0.0">
<artifact name="hivemq-testcontainer-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hivemq', module='hivemq-testcontainer-junit4', version='2.0.0')
)
libraryDependencies += "com.hivemq" % "hivemq-testcontainer-junit4" % "2.0.0"
[com.hivemq/hivemq-testcontainer-junit4 "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.hivemq : hivemq-testcontainer-core | jar | 2.0.0 |