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