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