GroupId | GroupIdio.semla |
---|---|
ArtifactId | ArtifactIdsemla-testing |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
semla-testing-1.1.4.pom | |
semla-testing-1.1.4.jar | 1 KB |
semla-testing-1.1.4-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.semla/semla-testing/ -->
<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-testing</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-testing/
implementation 'io.semla:semla-testing:1.1.4'
// https://jarcasting.com/artifacts/io.semla/semla-testing/
implementation ("io.semla:semla-testing:1.1.4")
'io.semla:semla-testing:jar:1.1.4'
<dependency org="io.semla" name="semla-testing" rev="1.1.4">
<artifact name="semla-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-testing', version='1.1.4')
)
libraryDependencies += "io.semla" % "semla-testing" % "1.1.4"
[io.semla/semla-testing "1.1.4"]