| GroupId | GroupIdcom.codecommit |
|---|---|
| ArtifactId | ArtifactIdshims-core_2.10 |
| Version | Version0.1-daa4b3e |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.codecommit/shims-core_2.10/ -->
<dependency>
<groupId>com.codecommit</groupId>
<artifactId>shims-core_2.10</artifactId>
<version>0.1-daa4b3e</version>
</dependency>
// https://jarcasting.com/artifacts/com.codecommit/shims-core_2.10/
implementation 'com.codecommit:shims-core_2.10:0.1-daa4b3e'
// https://jarcasting.com/artifacts/com.codecommit/shims-core_2.10/
implementation ("com.codecommit:shims-core_2.10:0.1-daa4b3e")
'com.codecommit:shims-core_2.10:jar:0.1-daa4b3e'
<dependency org="com.codecommit" name="shims-core_2.10" rev="0.1-daa4b3e">
<artifact name="shims-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codecommit', module='shims-core_2.10', version='0.1-daa4b3e')
)
libraryDependencies += "com.codecommit" % "shims-core_2.10" % "0.1-daa4b3e"
[com.codecommit/shims-core_2.10 "0.1-daa4b3e"]