Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.qacore |
ArtifactId | ArtifactIdjava-testing-toolbox |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
java-testing-toolbox-1.1.1.pom | |
java-testing-toolbox-1.1.1.jar | 24 KB |
java-testing-toolbox-1.1.1-sources.jar | 26 KB |
java-testing-toolbox-1.1.1-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.qacore/java-testing-toolbox/ -->
<dependency>
<groupId>com.github.qacore</groupId>
<artifactId>java-testing-toolbox</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qacore/java-testing-toolbox/
implementation 'com.github.qacore:java-testing-toolbox:1.1.1'
// https://jarcasting.com/artifacts/com.github.qacore/java-testing-toolbox/
implementation ("com.github.qacore:java-testing-toolbox:1.1.1")
'com.github.qacore:java-testing-toolbox:jar:1.1.1'
<dependency org="com.github.qacore" name="java-testing-toolbox" rev="1.1.1">
<artifact name="java-testing-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qacore', module='java-testing-toolbox', version='1.1.1')
)
libraryDependencies += "com.github.qacore" % "java-testing-toolbox" % "1.1.1"
[com.github.qacore/java-testing-toolbox "1.1.1"]