Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
library:inventorygui:start [2020/09/22 17:19] phoenix616library:inventorygui:start [2021/01/12 15:57] – [Maven Information] Update version phoenix616
Line 26: Line 26:
         <artifactId>inventorygui</artifactId>         <artifactId>inventorygui</artifactId>
         <!--The following version may not be the latest. Check it before using.-->         <!--The following version may not be the latest. Check it before using.-->
-        <version>1.4.2-SNAPSHOT</version>+        <version>1.4.3-SNAPSHOT</version>
         <scope>compile</scope>         <scope>compile</scope>
     </dependency>     </dependency>
 </dependencies> </dependencies>
 ``` ```
-As this is not a stadalone plugin you have to shade it into your plugin!+As this is not a standalone plugin you have to shade it into your plugin!
 E.g. with the maven-shade-plugin [like this](https://github.com/Minebench/Pipes/blob/048337e7594684353e7360411b1ef6ba8e7223c4/pom.xml#L63-L82). E.g. with the maven-shade-plugin [like this](https://github.com/Minebench/Pipes/blob/048337e7594684353e7360411b1ef6ba8e7223c4/pom.xml#L63-L82).