GroupId | GroupIdme.atam |
---|---|
ArtifactId | ArtifactIddummy-tests |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
dummy-tests-0.8.pom | |
dummy-tests-0.8.jar | 1 KB |
dummy-tests-0.8-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.atam/dummy-tests/ -->
<dependency>
<groupId>me.atam</groupId>
<artifactId>dummy-tests</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/me.atam/dummy-tests/
implementation 'me.atam:dummy-tests:0.8'
// https://jarcasting.com/artifacts/me.atam/dummy-tests/
implementation ("me.atam:dummy-tests:0.8")
'me.atam:dummy-tests:jar:0.8'
<dependency org="me.atam" name="dummy-tests" rev="0.8">
<artifact name="dummy-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.atam', module='dummy-tests', version='0.8')
)
libraryDependencies += "me.atam" % "dummy-tests" % "0.8"
[me.atam/dummy-tests "0.8"]