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