e

earth

Planet earth - 03
Files download
File Operation
earth-2024.05.15.jar download
earth-2024.05.15.pom download
earth-2024.05.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ershakiransari.planets</groupId>
  <artifactId>earth</artifactId>
  <version>2024.05.15</version>
</dependency>
Gradle Groovy
implementation 'com.github.ershakiransari.planets:earth:2024.05.15'
Gradle Kotlin
implementation("com.github.ershakiransari.planets:earth:2024.05.15")
Scala SBT
libraryDependencies += "com.github.ershakiransari.planets" % "earth" % "2024.05.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ershakiransari.planets', module='earth', version='2024.05.15')
)
Apache Ivy
<dependency org="com.github.ershakiransari.planets" name="earth" rev="2024.05.15" />
Leiningen
[com.github.ershakiransari.planets/earth "2024.05.15"]
Apache Buildr
'com.github.ershakiransari.planets:earth:jar:2024.05.15'