Error

Spring boot JSON Gradle

pavi03 2022. 4. 15. 00:09

[Spring boot]

 

implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'

 

난 이거 빌드가 안된다.

 

implementation 'org.json:json:20190722'
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
 
 
이렇게 하니까 된다.