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