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