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