GroupId | GroupIdno.api.meteo |
---|---|
ArtifactId | ArtifactIdmeteo-test |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
meteo-test-3.0.0.pom | |
meteo-test-3.0.0.jar | 32 KB |
meteo-test-3.0.0-sources.jar | 30 KB |
meteo-test-3.0.0-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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.api.meteo/meteo-test/
implementation 'no.api.meteo:meteo-test:3.0.0'
// https://jarcasting.com/artifacts/no.api.meteo/meteo-test/
implementation ("no.api.meteo:meteo-test:3.0.0")
'no.api.meteo:meteo-test:jar:3.0.0'
<dependency org="no.api.meteo" name="meteo-test" rev="3.0.0">
<artifact name="meteo-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.api.meteo', module='meteo-test', version='3.0.0')
)
libraryDependencies += "no.api.meteo" % "meteo-test" % "3.0.0"
[no.api.meteo/meteo-test "3.0.0"]