| License |
License |
|---|---|
| GroupId | GroupIdcom.loadcoder |
| ArtifactId | ArtifactIdloadcoder-test |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLoadCoder Test
This project contains tests that are supposed to be used manually during development as a place where experimentation can be done
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| loadcoder-test-3.1.0.pom | |
| loadcoder-test-3.1.0.jar | 20 KB |
| loadcoder-test-3.1.0-sources.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.loadcoder/loadcoder-test/ -->
<dependency>
<groupId>com.loadcoder</groupId>
<artifactId>loadcoder-test</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.loadcoder/loadcoder-test/
implementation 'com.loadcoder:loadcoder-test:3.1.0'
// https://jarcasting.com/artifacts/com.loadcoder/loadcoder-test/
implementation ("com.loadcoder:loadcoder-test:3.1.0")
'com.loadcoder:loadcoder-test:jar:3.1.0'
<dependency org="com.loadcoder" name="loadcoder-test" rev="3.1.0">
<artifact name="loadcoder-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.loadcoder', module='loadcoder-test', version='3.1.0')
)
libraryDependencies += "com.loadcoder" % "loadcoder-test" % "3.1.0"
[com.loadcoder/loadcoder-test "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.4.0 |
| com.loadcoder : loadcoder-all | jar | 3.1.0 |
| com.loadcoder : loadcoder-testutilities | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.sonarsource.java : sonar-jacoco-listeners | jar | 3.8 |