License |
License |
---|---|
GroupId | GroupIdcom.lyncode |
ArtifactId | ArtifactIdpal |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPal Testing Framework
Making BA and TDD developer life easier
|
Filename | Size |
---|---|
pal-1.0.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lyncode/pal/ -->
<dependency>
<groupId>com.lyncode</groupId>
<artifactId>pal</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lyncode/pal/
implementation 'com.lyncode:pal:1.0.5'
// https://jarcasting.com/artifacts/com.lyncode/pal/
implementation ("com.lyncode:pal:1.0.5")
'com.lyncode:pal:pom:1.0.5'
<dependency org="com.lyncode" name="pal" rev="1.0.5">
<artifact name="pal" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lyncode', module='pal', version='1.0.5')
)
libraryDependencies += "com.lyncode" % "pal" % "1.0.5"
[com.lyncode/pal "1.0.5"]