is not current version
Last Version 1.1.0

com.lyncode:test-support 1.0.3


GroupId

GroupId

com.lyncode
ArtifactId

ArtifactId

test-support
Version

Version

1.0.3
Type

Type

jar

Download test-support 1.0.3


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