License |
License |
---|---|
GroupId | GroupIdcom.github.bradleywood |
ArtifactId | ArtifactIdsqtf |
Version | Version1.1 |
Type | Typepom |
Description |
Descriptionsqtf
A lightweight testing framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqtf-1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bradleywood/sqtf/ -->
<dependency>
<groupId>com.github.bradleywood</groupId>
<artifactId>sqtf</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bradleywood/sqtf/
implementation 'com.github.bradleywood:sqtf:1.1'
// https://jarcasting.com/artifacts/com.github.bradleywood/sqtf/
implementation ("com.github.bradleywood:sqtf:1.1")
'com.github.bradleywood:sqtf:pom:1.1'
<dependency org="com.github.bradleywood" name="sqtf" rev="1.1">
<artifact name="sqtf" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bradleywood', module='sqtf', version='1.1')
)
libraryDependencies += "com.github.bradleywood" % "sqtf" % "1.1"
[com.github.bradleywood/sqtf "1.1"]