mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 02:09:42 +02:00
WiP: Implement first prototypes of all SOP commands for external binaries
This commit is contained in:
parent
efec4d9110
commit
a63b29fe80
21 changed files with 1473 additions and 146 deletions
|
@ -20,6 +20,9 @@ dependencies {
|
|||
|
||||
api "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||
|
||||
// Compare version strings
|
||||
implementation 'org.apache.maven:maven-artifact:3.6.3'
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue