Core of Bayu Dwiyan Satria Project Framework.
Key | Description |
---|---|
Name | Bayu Dwiyan Satria - Core |
Description | Core Of Bayu Dwiyan Satria Dependency. |
Site | Site Page |
Dependencies Repository : https://search.maven.org/
Maven Central :
Name | Group | Artifact | Version |
---|---|---|---|
JUnit | junit | junit | 4.12 |
Install the dependencies :
Maven :
Configure the following dependency in the pom file:
<dependency>
<groupId>com.bayudwiyansatria</groupId>
<artifactId>core</artifactId>
<version>${bayudwiyansatria.core.version}</version>
</dependency>
Gradle :
Configure the following dependency in the build.gradle file:
implementation='com.bayudwiyansatria:core:${bayudwiyansatria.core.version}'
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.
- 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.
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
- Like us on Facebook
- Follow us on LinkedIn
- Subscribe us on Youtube
- Log an issue here on github
Copyright © 2017 - 2019 Bayu Dwiyan Satria. All Rights Reserved.