Programing

Nexus Repository

BUST 2018. 12. 9. 11:01

Nexus Repository


Repository Type

  • Hosted
  • Proxy

Version Policy

  • Release
  • Snapshot

Gradle에서 nexus repository 설정하기

repositories {
    maven { url "http://localhost:8080/nexus/content/groups/public/" }
}


'Programing' 카테고리의 다른 글

Change Data Capture  (0) 2018.12.16
절자치향 프로그래밍과 객체지향 프로그래밍  (0) 2018.12.13
Blocking, NonBlocking, Synchronous, Asynchronous  (0) 2018.12.07
Thread와 Process  (0) 2018.11.29
Cache  (0) 2018.11.20