GroupId | GroupIdcom.github.jpmorganchase.lint-assert |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
core-0.1.7.pom | |
core-0.1.7.jar | 35 KB |
core-0.1.7-sources.jar | 20 KB |
core-0.1.7-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/ -->
<dependency>
<groupId>com.github.jpmorganchase.lint-assert</groupId>
<artifactId>core</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/
implementation 'com.github.jpmorganchase.lint-assert:core:0.1.7'
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/
implementation ("com.github.jpmorganchase.lint-assert:core:0.1.7")
'com.github.jpmorganchase.lint-assert:core:jar:0.1.7'
<dependency org="com.github.jpmorganchase.lint-assert" name="core" rev="0.1.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmorganchase.lint-assert', module='core', version='0.1.7')
)
libraryDependencies += "com.github.jpmorganchase.lint-assert" % "core" % "0.1.7"
[com.github.jpmorganchase.lint-assert/core "0.1.7"]