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