Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.qacore |
ArtifactId | ArtifactIdjava-testing-toolbox |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
java-testing-toolbox-1.2.0.pom | |
java-testing-toolbox-1.2.0.jar | 29 KB |
java-testing-toolbox-1.2.0-sources.jar | 30 KB |
java-testing-toolbox-1.2.0-javadoc.jar | 209 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qacore/java-testing-toolbox/
implementation 'com.github.qacore:java-testing-toolbox:1.2.0'
// https://jarcasting.com/artifacts/com.github.qacore/java-testing-toolbox/
implementation ("com.github.qacore:java-testing-toolbox:1.2.0")
'com.github.qacore:java-testing-toolbox:jar:1.2.0'
<dependency org="com.github.qacore" name="java-testing-toolbox" rev="1.2.0">
<artifact name="java-testing-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qacore', module='java-testing-toolbox', version='1.2.0')
)
libraryDependencies += "com.github.qacore" % "java-testing-toolbox" % "1.2.0"
[com.github.qacore/java-testing-toolbox "1.2.0"]