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