Skip to content

NaverCloudPlatform/DataQuery-Repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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