MavenCentral

Lemonaire·2021년 4월 13일
0

Maven Central 이란?

: 오픈 소스 라이브러리를 호스팅하는 저장소

maven 프로젝트를 만들다가 궁금해서 검색해봤다.
build.grade 파일에 생성되는 소스코드

repositories {
	mavenCentral()
}

dependencies {
	implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
	implementation 'org.springframework.boot:spring-boot-starter-web'
	testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
profile
주니어 개발자

0개의 댓글