GroupId | GroupIdch.exense.commons |
---|---|
ArtifactId | ArtifactIdexense-core-testing |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
exense-core-testing-1.3.2.pom | |
exense-core-testing-1.3.2.jar | 7 KB |
exense-core-testing-1.3.2-sources.jar | 5 KB |
exense-core-testing-1.3.2-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.commons/exense-core-testing/ -->
<dependency>
<groupId>ch.exense.commons</groupId>
<artifactId>exense-core-testing</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.commons/exense-core-testing/
implementation 'ch.exense.commons:exense-core-testing:1.3.2'
// https://jarcasting.com/artifacts/ch.exense.commons/exense-core-testing/
implementation ("ch.exense.commons:exense-core-testing:1.3.2")
'ch.exense.commons:exense-core-testing:jar:1.3.2'
<dependency org="ch.exense.commons" name="exense-core-testing" rev="1.3.2">
<artifact name="exense-core-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.commons', module='exense-core-testing', version='1.3.2')
)
libraryDependencies += "ch.exense.commons" % "exense-core-testing" % "1.3.2"
[ch.exense.commons/exense-core-testing "1.3.2"]