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