License |
License |
---|---|
GroupId | GroupIdcom.lyncode |
ArtifactId | ArtifactIdtesty |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTesty
Test Support Toolkit
|
Filename | Size |
---|---|
testy-1.0.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lyncode/testy/ -->
<dependency>
<groupId>com.lyncode</groupId>
<artifactId>testy</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lyncode/testy/
implementation 'com.lyncode:testy:1.0.1'
// https://jarcasting.com/artifacts/com.lyncode/testy/
implementation ("com.lyncode:testy:1.0.1")
'com.lyncode:testy:pom:1.0.1'
<dependency org="com.lyncode" name="testy" rev="1.0.1">
<artifact name="testy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lyncode', module='testy', version='1.0.1')
)
libraryDependencies += "com.lyncode" % "testy" % "1.0.1"
[com.lyncode/testy "1.0.1"]