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