Categories |
Categoriescentraldogma Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.linecorp.centraldogma |
ArtifactId | ArtifactIdcentraldogma-common |
Version | Version0.44.11 |
Type | Typejar |
Filename | Size |
---|---|
centraldogma-common-0.44.11.pom | |
centraldogma-common-0.44.11.jar | 722 KB |
centraldogma-common-0.44.11-sources.jar | 105 KB |
centraldogma-common-0.44.11-javadoc.jar | 555 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-common/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-common</artifactId>
<version>0.44.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-common/
implementation 'com.linecorp.centraldogma:centraldogma-common:0.44.11'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-common/
implementation ("com.linecorp.centraldogma:centraldogma-common:0.44.11")
'com.linecorp.centraldogma:centraldogma-common:jar:0.44.11'
<dependency org="com.linecorp.centraldogma" name="centraldogma-common" rev="0.44.11">
<artifact name="centraldogma-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-common', version='0.44.11')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-common" % "0.44.11"
[com.linecorp.centraldogma/centraldogma-common "0.44.11"]