Skip to content

Commit

Permalink
Transfer all useful items from old utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mqxf committed Jan 18, 2024
1 parent 3f7be59 commit cf7379a
Show file tree
Hide file tree
Showing 31 changed files with 3,683 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>

</project>
Loading

0 comments on commit cf7379a

Please sign in to comment.