GroupId | GroupIdicu.easyj.sdk |
---|---|
ArtifactId | ArtifactIdsdk-parent |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
sdk-parent-0.5.0.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.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.sdk/sdk-parent/
implementation 'icu.easyj.sdk:sdk-parent:0.5.0'
// https://jarcasting.com/artifacts/icu.easyj.sdk/sdk-parent/
implementation ("icu.easyj.sdk:sdk-parent:0.5.0")
'icu.easyj.sdk:sdk-parent:pom:0.5.0'
<dependency org="icu.easyj.sdk" name="sdk-parent" rev="0.5.0">
<artifact name="sdk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.sdk', module='sdk-parent', version='0.5.0')
)
libraryDependencies += "icu.easyj.sdk" % "sdk-parent" % "0.5.0"
[icu.easyj.sdk/sdk-parent "0.5.0"]