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

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

Awesome Lists containing this project

README

          










Platforms


license




Code of Conduct


Support


Contribution



# Bayu Dwiyan Satria - Core

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)

![Github Actions](https://github.com/bayudwiyansatria/Library-Java-Core/workflows/Github%20Action/badge.svg)
[![Build Status](https://dev.azure.com/bayudwiyansatria/Bayu%20Dwiyan%20Satria%20-%20Programming%20Library/_apis/build/status/Library-Java-Core?branchName=master)](https://dev.azure.com/bayudwiyansatria/Bayu%20Dwiyan%20Satria%20-%20Programming%20Library/_apis/build/status/Library-Java-Core?branchName=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2045f7bf665040aba79cd79f03aeff7c)](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)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/2045f7bf665040aba79cd79f03aeff7c)](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)
[![codecov](https://codecov.io/gh/bayudwiyansatria/Library-Java-Core/branch/master/graph/badge.svg)](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.