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