is not current version
Last Version 1.0-alpha-4

com.mtvi.plateng:test-support 1.0-alpha-3

Set of classes to assist in creation of unit tests

GroupId

GroupId

com.mtvi.plateng
ArtifactId

ArtifactId

test-support
Version

Version

1.0-alpha-3
Type

Type

jar

Download test-support 1.0-alpha-3


<!-- https://jarcasting.com/artifacts/com.mtvi.plateng/test-support/ -->
<dependency>
    <groupId>com.mtvi.plateng</groupId>
    <artifactId>test-support</artifactId>
    <version>1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtvi.plateng/test-support/
implementation 'com.mtvi.plateng:test-support:1.0-alpha-3'
// https://jarcasting.com/artifacts/com.mtvi.plateng/test-support/
implementation ("com.mtvi.plateng:test-support:1.0-alpha-3")
'com.mtvi.plateng:test-support:jar:1.0-alpha-3'
<dependency org="com.mtvi.plateng" name="test-support" rev="1.0-alpha-3">
  <artifact name="test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtvi.plateng', module='test-support', version='1.0-alpha-3')
)
libraryDependencies += "com.mtvi.plateng" % "test-support" % "1.0-alpha-3"
[com.mtvi.plateng/test-support "1.0-alpha-3"]