Categories |
Categoriescentraldogma Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.linecorp.centraldogma |
ArtifactId | ArtifactIdcentraldogma-bom |
Version | Version0.44.6 |
Type | Typepom |
Filename | Size |
---|---|
centraldogma-bom-0.44.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-bom/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-bom</artifactId>
<version>0.44.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-bom/
implementation 'com.linecorp.centraldogma:centraldogma-bom:0.44.6'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-bom/
implementation ("com.linecorp.centraldogma:centraldogma-bom:0.44.6")
'com.linecorp.centraldogma:centraldogma-bom:pom:0.44.6'
<dependency org="com.linecorp.centraldogma" name="centraldogma-bom" rev="0.44.6">
<artifact name="centraldogma-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-bom', version='0.44.6')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-bom" % "0.44.6"
[com.linecorp.centraldogma/centraldogma-bom "0.44.6"]