https://github.com/mryan2005/simplifiedjava
This is a Java Package that can help you to write Java code more easily.
https://github.com/mryan2005/simplifiedjava
java
Last synced: about 2 months ago
JSON representation
This is a Java Package that can help you to write Java code more easily.
- Host: GitHub
- URL: https://github.com/mryan2005/simplifiedjava
- Owner: Mryan2005
- License: apache-2.0
- Created: 2024-11-09T02:17:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-20T22:07:46.000Z (3 months ago)
- Last Synced: 2026-03-21T13:34:23.465Z (3 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# Introduce
This is a Java Package that can help you to write Java code more easily.
# Used Package
- fastjson
- commons-codec
- mssql-jdbc
# install the package
## Through GitHub Maven
[GitHub Package](https://github.com/Mryan2005?tab=packages&repo_name=SimplifiedJava)
firstly, you should add the following line to your `~/.m2/settings.xml` file:
```xml
github
github
central
https://repo1.maven.org/maven2
github
https://maven.pkg.github.com/Mryan2005/JavaPlusPlus
true
github
Mryan2005
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
```
And then you will see the following code in your `./m2/settings.xml` file
```xml
// ...
github
github
central
https://repo1.maven.org/maven2
github
https://maven.pkg.github.com/Mryan2005/JavaPlusPlus
true
github
Mryan2005
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
// ...
```
Then you can add the following codes to your `pom.xml` file:
```xml
top.mryan2005.javaplusplus
javaplusplus
1.0-SNAPSHOT
```
## Through Maven Central Repository
### [central.sonatype.com](https://central.sonatype.com/artifact/top.mryan2005.maven/simplifiedjava)
You only need to add the following codes to your `pom.xml` file:
```xml
top.mryan2005.maven
simplifiedjava
1.0.7-beta
```
### [repo.maven.apache.org](https://repo.maven.apache.org)
You can go to [there](https://repo.maven.apache.org/maven2/top/mryan2005/maven/simplifiedjava/) to download the jar package