Skip to content

Commit

Permalink
Reorganizing files
Browse files Browse the repository at this point in the history
  • Loading branch information
weliem committed Jun 2, 2020
1 parent 7690981 commit 9ecdd3d
Show file tree
Hide file tree
Showing 105 changed files with 10,951 additions and 0 deletions.
18 changes: 18 additions & 0 deletions blessed/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
plugins {
id 'java'
}

group 'com.welie'
version '1.0-SNAPSHOT'

repositories {
mavenCentral()
}

dependencies {
implementation 'org.apache.commons:commons-lang3:3.10'
implementation 'com.github.hypfvieh:dbus-java:3.2.1'
implementation 'org.slf4j:slf4j-simple:1.7.25'
implementation 'org.jetbrains:annotations:16.0.2'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Loading

0 comments on commit 9ecdd3d

Please sign in to comment.