GroupId | GroupIdcom.github.jpmorganchase.lint-assert |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
core-0.2.2.pom | |
core-0.2.2.jar | 42 KB |
core-0.2.2-sources.jar | 23 KB |
core-0.2.2-javadoc.jar | 659 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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/
implementation 'com.github.jpmorganchase.lint-assert:core:0.2.2'
// https://jarcasting.com/artifacts/com.github.jpmorganchase.lint-assert/core/
implementation ("com.github.jpmorganchase.lint-assert:core:0.2.2")
'com.github.jpmorganchase.lint-assert:core:jar:0.2.2'
<dependency org="com.github.jpmorganchase.lint-assert" name="core" rev="0.2.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmorganchase.lint-assert', module='core', version='0.2.2')
)
libraryDependencies += "com.github.jpmorganchase.lint-assert" % "core" % "0.2.2"
[com.github.jpmorganchase.lint-assert/core "0.2.2"]