GroupId | GroupIdno.api.meteo |
---|---|
ArtifactId | ArtifactIdmeteo-test |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
meteo-test-2.0.3.pom | |
meteo-test-2.0.3.jar | 26 KB |
meteo-test-2.0.3-sources.jar | 25 KB |
meteo-test-2.0.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.api.meteo/meteo-test/ -->
<dependency>
<groupId>no.api.meteo</groupId>
<artifactId>meteo-test</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.api.meteo/meteo-test/
implementation 'no.api.meteo:meteo-test:2.0.3'
// https://jarcasting.com/artifacts/no.api.meteo/meteo-test/
implementation ("no.api.meteo:meteo-test:2.0.3")
'no.api.meteo:meteo-test:jar:2.0.3'
<dependency org="no.api.meteo" name="meteo-test" rev="2.0.3">
<artifact name="meteo-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.api.meteo', module='meteo-test', version='2.0.3')
)
libraryDependencies += "no.api.meteo" % "meteo-test" % "2.0.3"
[no.api.meteo/meteo-test "2.0.3"]