Finish the document

This commit is contained in:
Rui Hu
2024-03-13 11:20:16 +08:00
parent d4bf67e122
commit 06665d3c1d
3 changed files with 45 additions and 82 deletions
+4
View File
@@ -11,6 +11,10 @@ repositories {
dependencies {
implementation(project(":padlock-impl"))
// if you ever need import more dependencies, following this format:
// implementation("group-id:project-id:version")
// just like the logback classic
// implementation("ch.qos.logback:logback-classic:1.5.3")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")