https://github.com/bayudwiyansatria/library-java-core
Core of Bayu Dwiyan Satria Project Framework. Work with all dependency of bayudwiyansatria packages registry
https://github.com/bayudwiyansatria/library-java-core
bayudwiyansatria core core-systems corejava library-java
Last synced: 10 months ago
JSON representation
Core of Bayu Dwiyan Satria Project Framework. Work with all dependency of bayudwiyansatria packages registry
- Host: GitHub
- URL: https://github.com/bayudwiyansatria/library-java-core
- Owner: bayudwiyansatria
- License: mit
- Created: 2019-06-30T14:39:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T21:12:34.000Z (over 4 years ago)
- Last Synced: 2023-06-29T22:34:52.389Z (over 2 years ago)
- Topics: bayudwiyansatria, core, core-systems, corejava, library-java
- Language: Java
- Homepage: https://bayudwiyansatria.github.io/Library-Java-Core
- Size: 18.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGESLOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bayu Dwiyan Satria - Core
[](CODE_OF_CONDUCT.md)

[](https://dev.azure.com/bayudwiyansatria/Bayu%20Dwiyan%20Satria%20-%20Programming%20Library/_apis/build/status/Library-Java-Core?branchName=master)
[](https://www.codacy.com/manual/bayudwiyansatria/Library-Java-Core?utm_source=github.com&utm_medium=referral&utm_content=bayudwiyansatria/Library-Java-Core&utm_campaign=Badge_Grade)
[](https://www.codacy.com/manual/bayudwiyansatria/Library-Java-Core?utm_source=github.com&utm_medium=referral&utm_content=bayudwiyansatria/Library-Java-Core&utm_campaign=Badge_Coverage)
[](https://codecov.io/gh/bayudwiyansatria/Library-Java-Core)
Core of Bayu Dwiyan Satria Project Framework.
| Key | Description |
| ------ | ------ |
| Name | Bayu Dwiyan Satria - Core |
| Description | Core Of Bayu Dwiyan Satria Dependency. |
| Site | [Site Page](https://bayudwiyansatria.github.io/Library-Java-Core) |
## Table of Contents
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Development](#development)
- [Contributing](#contributing)
- [License](#license)
## Dependencies
Dependencies Repository : [https://search.maven.org/](https://search.maven.org/)
**Maven Central** :
| Name | Group | Artifact | Version |
| ----- | ----- | ----- | ----- |
| [JUnit](https://search.maven.org/artifact/junit/junit) | junit | junit | 4.12
## Installation
Install the dependencies :
**Maven** :
Configure the following dependency in the pom file:
```xml
com.bayudwiyansatria
core
${bayudwiyansatria.core.version}
```
**Gradle** :
Configure the following dependency in the build.gradle file:
```properties
implementation='com.bayudwiyansatria:core:${bayudwiyansatria.core.version}'
```
SBT
```sbt
libraryDependencies += "com.bayudwiyansatria" % "core" % "${bayudwiyansatria.core.version}"
```
**Important** ! This will update from to your local repository . Be sure to swap out `${bayudwiyansatria.core.version}` with the actual version of Core Libraries.
For more information see : [The Central Repository](https://search.maven.org/artifact/com.bayudwiyansatria/core/).
## Development
- *Release 1.0* : **2019, Jul**.
- *RC1 1.1* : **2019, Jul**.
- *M1 1.1.1* : **2019, Sept**. (Available On Maven Central)
- *M2 1.1.2* : **2019, Jul**. (Available On Maven Central)
- *M3 1.1.3* : **2019, Jul**.(Available On Maven Central)
- *M4 1.1.4* : **2019, Sept**. (Available On Maven Central)
- *M2 1.1.5* : **2019, Sept**. (Available On Maven Central)
- *RC2 1.1.6* : **2019, Sept**. (Available On Maven Central)
- *GA 1.1.7* : **2019, Sept**. (Available On Maven Central)
- *RC3 1.1.8* : **2019, Nov**.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Looking to contribute to our code but need some help? There's a few ways to get information:
- Connect with us on [Twitter](https://twitter.com/bayudsatria)
- Like us on [Facebook](https://facebook.com/PBayuDSatria)
- Follow us on [LinkedIn](https://linkedin.com/in/bayudwiyansatria)
- Subscribe us on [Youtube](https://youtube.com/channel/UCihxWj1rtheK73mGdrf0OiA)
- Log an issue here on github
## License
[MIT](https://github.com/bayudwiyansatria/Development-And-Operations/blob/master/LICENSE) | [BAYU DWIYAN SATRIA](https://www.bayudwiyansatria.com)
Copyright © 2017 - 2019 Bayu Dwiyan Satria. All Rights Reserved.