is not current version
Last Version 0.9.1

org.microshed:microshed-testing-core 0.4.1

A test framework for black-box testing MicroProfile and JavaEE applications

GroupId

GroupId

org.microshed
ArtifactId

ArtifactId

microshed-testing-core
Version

Version

0.4.1
Type

Type

jar

Download microshed-testing-core 0.4.1


<!-- https://jarcasting.com/artifacts/org.microshed/microshed-testing-core/ -->
<dependency>
    <groupId>org.microshed</groupId>
    <artifactId>microshed-testing-core</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.microshed/microshed-testing-core/
implementation 'org.microshed:microshed-testing-core:0.4.1'
// https://jarcasting.com/artifacts/org.microshed/microshed-testing-core/
implementation ("org.microshed:microshed-testing-core:0.4.1")
'org.microshed:microshed-testing-core:jar:0.4.1'
<dependency org="org.microshed" name="microshed-testing-core" rev="0.4.1">
  <artifact name="microshed-testing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microshed', module='microshed-testing-core', version='0.4.1')
)
libraryDependencies += "org.microshed" % "microshed-testing-core" % "0.4.1"
[org.microshed/microshed-testing-core "0.4.1"]