A copy of TIJ4 code ready to use, with JAR dependencies

This commit is contained in:
cyp0633 2021-11-06 17:40:36 +08:00
parent 728acc5d4e
commit 55d3a4b35c
4 changed files with 4 additions and 0 deletions

BIN
apt-mirror-api-0.1.jar Normal file

Binary file not shown.

BIN
jnlp-1.2.jar Normal file

Binary file not shown.

BIN
mindview.jar Normal file

Binary file not shown.

View File

@ -7,6 +7,10 @@
<groupId>com.lindaxuan</groupId>
<artifactId>thinkinginjava</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
</properties>
</project>