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