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