Skip to content

Commit

Permalink
✨ feat: add unify functions #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed May 12, 2024
1 parent e0f0fd9 commit ccc6728
Show file tree
Hide file tree
Showing 8 changed files with 1,147 additions and 21 deletions.
3 changes: 3 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-joda', version: '2.17.0'
// The "unirest-java" library, version 3.13.10, provides streamlined HTTP communication capabilities for Java applications, simplifying API interactions and network requests.
implementation group: 'com.konghq', name: 'unirest-java', version: '3.13.10'
// The "json-path" library, version 2.9.0, facilitates easy manipulation and querying of JSON data structures in Java applications,
// offering powerful tools for navigating and extracting data from JSON documents.
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0'
}
7 changes: 7 additions & 0 deletions plugin/src/main/groovy/org/unify4j/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.unify4j;

public class Main {

public static void main(String[] args) {
}
}
21 changes: 0 additions & 21 deletions plugin/src/main/groovy/org/unify4j/Wizard4jPlugin.groovy

This file was deleted.

Loading

0 comments on commit ccc6728

Please sign in to comment.