Categories |
Categoriescentraldogma Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.linecorp.centraldogma |
ArtifactId | ArtifactIdcentraldogma-testing-common |
Version | Version0.44.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-testing-common/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-testing-common</artifactId>
<version>0.44.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-testing-common/
implementation 'com.linecorp.centraldogma:centraldogma-testing-common:0.44.1'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-testing-common/
implementation ("com.linecorp.centraldogma:centraldogma-testing-common:0.44.1")
'com.linecorp.centraldogma:centraldogma-testing-common:jar:0.44.1'
<dependency org="com.linecorp.centraldogma" name="centraldogma-testing-common" rev="0.44.1">
<artifact name="centraldogma-testing-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-testing-common', version='0.44.1')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-testing-common" % "0.44.1"
[com.linecorp.centraldogma/centraldogma-testing-common "0.44.1"]