License |
License |
---|---|
GroupId | GroupIdcom.github.bradleywood |
ArtifactId | ArtifactIdsqtf-core |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionsqtf-core
A lightweight testing framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqtf-core-1.1.pom | |
sqtf-core-1.1.jar | 39 KB |
sqtf-core-1.1-sources.jar | 21 KB |
sqtf-core-1.1-javadoc.jar | 103 KB |
sqtf-core-1.1-jar-with-dependencies.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bradleywood/sqtf-core/ -->
<dependency>
<groupId>com.github.bradleywood</groupId>
<artifactId>sqtf-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bradleywood/sqtf-core/
implementation 'com.github.bradleywood:sqtf-core:1.1'
// https://jarcasting.com/artifacts/com.github.bradleywood/sqtf-core/
implementation ("com.github.bradleywood:sqtf-core:1.1")
'com.github.bradleywood:sqtf-core:jar:1.1'
<dependency org="com.github.bradleywood" name="sqtf-core" rev="1.1">
<artifact name="sqtf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bradleywood', module='sqtf-core', version='1.1')
)
libraryDependencies += "com.github.bradleywood" % "sqtf-core" % "1.1"
[com.github.bradleywood/sqtf-core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-csv | jar | 1.5 |
com.google.code.gson : gson | jar | 2.8.5 |
org.jetbrains : annotations | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |