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