diff options
| author | Donald Shan <xxpinapelzxx@gmail.com> | 2022-08-21 23:27:41 -0700 |
|---|---|---|
| committer | Donald Shan <xxpinapelzxx@gmail.com> | 2022-08-21 23:27:41 -0700 |
| commit | 8047076887b10a8aff91d3c85ba1bf31c200e679 (patch) | |
| tree | 89211ba331804aefd7e99cec4ddc499e45bcc68f /pom.xml | |
| parent | de338a05e5fbbb3c707a69335677ca805f1a042f (diff) | |
Added second preliminary screen for editing tags manually
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -46,7 +46,11 @@ <artifactId>jaudiotagger</artifactId>
<version>2.0.3</version>
</dependency>
-
+ <dependency>
+ <groupId>com.jgoodies</groupId>
+ <artifactId>jgoodies-forms</artifactId>
+ <version>1.8.0</version>
+ </dependency>
</dependencies>
<build>
|
