| GroupId | GroupIdicu.easyj |
|---|---|
| ArtifactId | ArtifactId3rd-party-sdk-parent |
| Version | Version0.1.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| 3rd-party-sdk-parent-0.1.8.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj/3rd-party-sdk-parent/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>3rd-party-sdk-parent</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/3rd-party-sdk-parent/
implementation 'icu.easyj:3rd-party-sdk-parent:0.1.8'
// https://jarcasting.com/artifacts/icu.easyj/3rd-party-sdk-parent/
implementation ("icu.easyj:3rd-party-sdk-parent:0.1.8")
'icu.easyj:3rd-party-sdk-parent:pom:0.1.8'
<dependency org="icu.easyj" name="3rd-party-sdk-parent" rev="0.1.8">
<artifact name="3rd-party-sdk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='3rd-party-sdk-parent', version='0.1.8')
)
libraryDependencies += "icu.easyj" % "3rd-party-sdk-parent" % "0.1.8"
[icu.easyj/3rd-party-sdk-parent "0.1.8"]