GroupId | GroupIdcom.aerisweather |
---|---|
ArtifactId | ArtifactIdaeris-core-lib |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
aeris-core-lib-2.4.0.pom | |
aeris-core-lib-2.4.0.jar | 275 KB |
aeris-core-lib-2.4.0-sources.jar | 261 bytes |
aeris-core-lib-2.4.0-javadoc.jar | 899 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerisweather/aeris-core-lib/ -->
<dependency>
<groupId>com.aerisweather</groupId>
<artifactId>aeris-core-lib</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerisweather/aeris-core-lib/
implementation 'com.aerisweather:aeris-core-lib:2.4.0'
// https://jarcasting.com/artifacts/com.aerisweather/aeris-core-lib/
implementation ("com.aerisweather:aeris-core-lib:2.4.0")
'com.aerisweather:aeris-core-lib:jar:2.4.0'
<dependency org="com.aerisweather" name="aeris-core-lib" rev="2.4.0">
<artifact name="aeris-core-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerisweather', module='aeris-core-lib', version='2.4.0')
)
libraryDependencies += "com.aerisweather" % "aeris-core-lib" % "2.4.0"
[com.aerisweather/aeris-core-lib "2.4.0"]