License |
License
GNU General Public License v3.0
|
---|---|
GroupId | GroupIdcom.github.jpmorganchase.lint-assert |
ArtifactId | ArtifactIdsamples |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionJava Lint Assert Samples
Pluggable linting utility for Java tests
|
Filename | Size |
---|---|
samples-1.0.1.pom | |
samples-1.0.1.jar | 8 KB |
samples-1.0.1-sources.jar | 5 KB |
samples-1.0.1-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/samples/ -->
<dependency>
<groupId>com.github.jpmorganchase.lint-assert</groupId>
<artifactId>samples</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/samples/
implementation 'com.github.jpmorganchase.lint-assert:samples:1.0.1'
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/samples/
implementation ("com.github.jpmorganchase.lint-assert:samples:1.0.1")
'com.github.jpmorganchase.lint-assert:samples:jar:1.0.1'
<dependency org="com.github.jpmorganchase.lint-assert" name="samples" rev="1.0.1">
<artifact name="samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmorganchase.lint-assert', module='samples', version='1.0.1')
)
libraryDependencies += "com.github.jpmorganchase.lint-assert" % "samples" % "1.0.1"
[com.github.jpmorganchase.lint-assert/samples "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
junit : junit | jar | 4.13.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
org.mockito : mockito-core | jar | 3.1.0 |
org.assertj : assertj-core | jar | 3.18.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |