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