notosans arabic JP, KR SC

This commit is contained in:
Anthony Stirling
2023-06-24 14:59:49 +01:00
parent 9a74e81754
commit d5fbe02149
6 changed files with 43 additions and 7 deletions

View File

@@ -62,6 +62,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-core'
// https://mvnrepository.com/artifact/com.cybozu.labs/langdetect
implementation group: 'com.cybozu.labs', name: 'langdetect', version: '1.1-20120112'
developmentOnly("org.springframework.boot:spring-boot-devtools")
}