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