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