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