Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ershakiransari/planets
https://github.com/ershakiransari/planets
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ershakiransari/planets
- Owner: ErShakirAnsari
- License: apache-2.0
- Created: 2022-09-29T15:52:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T01:32:00.000Z (9 months ago)
- Last Synced: 2024-04-14T00:46:08.733Z (9 months ago)
- Language: Java
- Homepage: https://mvnrepository.com/artifact/com.github.ershakiransari.planets
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World 🌎
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ershakiransari/planets/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.ershakiransari/planets)
[![javadoc](https://javadoc.io/badge2/com.github.ershakiransari/hello-java/javadoc.svg)](https://javadoc.io/doc/com.github.ershakiransari/hello-java)![GitHub repo size](https://img.shields.io/github/repo-size/ershakiransari/planets?color=g&label=Repo%20Size&logo=github)
[![mvn-clean-build](https://github.com/ErShakirAnsari/planets/actions/workflows/mvn-clean-build.yml/badge.svg)](https://github.com/ErShakirAnsari/planets/actions/workflows/mvn-clean-build.yml)
[![Maven Central Deployment On Tag PUSH](https://github.com/ErShakirAnsari/planets/actions/workflows/publish-to-maven-central-with-tag.yml/badge.svg)](https://github.com/ErShakirAnsari/planets/actions/workflows/publish-to-maven-central-with-tag.yml)
---### Solar System (Parent pom)
```
com.github.ershakiransari.planets
solar-system
1.0.0```
### Mercury
```
com.github.ershakiransari.planets
mercury
1.0.0```
### Venus
```
com.github.ershakiransari.planets
venus
1.0.0```
### Earth
```
com.github.ershakiransari.planets
earth
1.0.0```
### Mars
```
com.github.ershakiransari.planets
mars
1.0.0```
### Jupiter
```
com.github.ershakiransari.planets
jupiter
1.0.0```
### Saturn
```
com.github.ershakiransari.planets
saturn
1.0.0```
### Uranus
```
com.github.ershakiransari.planets
uranus
1.0.0```
### Neptune
```
com.github.ershakiransari.planets
neptune
1.0.0```