Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.2 KB

DataQuery-Repository

** Notice **


Usage

  • Add a repository in your build configuration
  • Import a dependency in your build configuration

for maven

pom.xml

<repository>
  <id>ncp-dataquery-release</id>
  <url>https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases/</url>
</repository>
<dependency>
  <groupId>com.ncp.dataquery</groupId>
  <artifactId>dataquery-jdbc</artifactId>
  <version>101-437</version>
</dependency>

for gradle

build.gradle

maven { url "https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases/" }
implementation 'com.ncp.dataquery:dataquery-jdbc:101-437'

More Information

Release Note

version date note
101-437 2024.08.16 First Release