License |
License
GNU General Public License v3.0
|
---|---|
GroupId | GroupIdcom.github.jpmorganchase.lint-assert |
ArtifactId | ArtifactIdcore |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionJava Lint Assert Core
Pluggable linting utility for Java tests
|
Filename | Size |
---|---|
core-1.0.1.pom | |
core-1.0.1.jar | 41 KB |
core-1.0.1-sources.jar | 22 KB |
core-1.0.1-javadoc.jar | 626 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/ -->
<dependency>
<groupId>com.github.jpmorganchase.lint-assert</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/
implementation 'com.github.jpmorganchase.lint-assert:core:1.0.1'
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/
implementation ("com.github.jpmorganchase.lint-assert:core:1.0.1")
'com.github.jpmorganchase.lint-assert:core:jar:1.0.1'
<dependency org="com.github.jpmorganchase.lint-assert" name="core" rev="1.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmorganchase.lint-assert', module='core', version='1.0.1')
)
libraryDependencies += "com.github.jpmorganchase.lint-assert" % "core" % "1.0.1"
[com.github.jpmorganchase.lint-assert/core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 7.0 |
org.ow2.asm : asm-util | jar | 7.0 |
io.github.classgraph : classgraph | jar | 4.8.24 |
org.javatuples : javatuples | jar | 1.2 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.apache.maven.surefire : surefire-testng | jar | 2.19.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
junit : junit | jar | 4.13.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
org.testng : testng | jar | 6.9.10 |
org.mockito : mockito-core | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.jpmorganchase.lint-assert : samples | jar | 1.0.1 |