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