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