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