-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: update README.md * docs: update README.md
- Loading branch information
Showing
2 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,52 @@ | ||
# Overview | ||
<p align="center"> | ||
<a title="코드에프" href="https://codef.io/"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/d83f0450-d84e-4594-8fc0-ed08a1d05390"> | ||
<img alt="코드에프" src="https://github.com/user-attachments/assets/d83f0450-d84e-4594-8fc0-ed08a1d05390" width="250"> | ||
</picture> | ||
</a> | ||
</p> | ||
|
||
EasyCodef 2.0 고도화 프로젝트 | ||
2024. 11. 07 ~ | ||
<br> | ||
|
||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/codef-io/easycodef-java/blob/master/LICENSE) | ||
# easycodef-java-v2 | ||
|
||
`easycodef-java-v2`는 codef API를 더욱 더 편리하게 연동할 수 있도록 돕는 오픈소스 라이브러리입니다. | ||
|
||
현재 알파 버전 개발중으로 v2.0.0-ALPHA-002 버전으로 Maven Central Repository를 통해 배포중입니다. | ||
|
||
## Release | ||
|
||
<a href="https://central.sonatype.com/artifact/io.codef.api/easycodef-java-v2"/><img src=https://github.com/user-attachments/assets/91bc4d3d-c971-43d8-b6a1-2798c68d82eb width="100px"></a><br><br> | ||
|
||
[![Build Status](https://img.shields.io/github/actions/workflow/status/codef-io/easycodef-java-v2/publish.yml?style=for-the-badge&logo=gradle&color=02303A)](https://github.com/codef-io/easycodef-java-v2/actions?query=branch%3Amaster)<br> | ||
[![Last Commit](https://img.shields.io/github/last-commit/codef-io/easycodef-java-v2/master?style=for-the-badge&label=LAST%20BUILD&logo=Github&color=181717)](https://github.com/codef-io/easycodef-java-v2)<br> | ||
[![Maven Central](https://img.shields.io/maven-central/v/io.codef.api/easycodef-java-v2.svg?style=for-the-badge&label=Maven%20Central&logo=apache-maven&color=C71A36)](https://central.sonatype.com/artifact/io.codef.api/easycodef-java-v2)<br> | ||
|
||
|
||
### Snippets | ||
|
||
- Gradle(Kotlin) | ||
```gradle | ||
implementation("io.codef.api:easycodef-java-v2:2.0.0-alpha-002") | ||
``` | ||
- Gradle(short) | ||
```gradle | ||
implementation 'io.codef.api:easycodef-java-v2:2.0.0-alpha-002' | ||
``` | ||
- Maven | ||
```xml | ||
<dependency> | ||
<groupId>io.codef.api</groupId> | ||
<artifactId>easycodef-java-v2</artifactId> | ||
<version>2.0.0-alpha-002</version> | ||
</dependency> | ||
``` | ||
## LISENCE | ||
<img alt="헥토데이터" src="https://github.com/user-attachments/assets/ac6b7a7d-33f1-4b1e-9fbb-8231d56e7f33" width="100"> | ||
MIT © Hectodata Co,. Ltd [LICENSE](https://github.com/codef-io/easycodef-java-v2/blob/master/LICENSE) 파일을 참고하세요. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters