An open API service indexing awesome lists of open source software.

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.

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