This website works better with JavaScript.
Explore
Help
Sign In
HuskLegacy
/
ConfigLib
forked from
public-mirrors/ConfigLib
Watch
1
Star
0
Fork
You've already forked ConfigLib
0
Code
Pull Requests
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5b9c7754b4
master
dev
v1.4.1
v2.0.0
v2.0.1
v2.0.3
v2.1.0
v2.2.0
v3.0.0
v3.1.0
v4.0.0
v4.1.0
v4.2.0
v4.3.0
v4.4.0
v4.5.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5b9c7754b4'
${ noResults }
ConfigLib
/
configlib-core
/
build.gradle.kts
7 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ConfigLib v3
2 years ago
plugins {
Move to new project structure
2 years ago
`core-config`
ConfigLib v3
2 years ago
}
dependencies {
implementation("org.snakeyaml:snakeyaml-engine:2.3")
}