File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
samples/groupdocs-viewer-java-ui-spring-boot Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ User Interface for GroupDocs.Viewer for Java. API for easily integrating a docum
2121 <dependency >
2222 <groupId >com.groupdocs</groupId >
2323 <artifactId >groupdocs-viewer-ui</artifactId >
24- <version >24.8 </version >
24+ <version >24.10 </version >
2525 </dependency >
2626
2727 <dependency >
2828 <groupId >com.groupdocs</groupId >
2929 <artifactId >groupdocs-viewer</artifactId >
30- <version >24.8 </version >
30+ <version >24.10 </version >
3131 </dependency >
3232 <dependency >
3333 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >com.groupdocs</groupId >
88 <artifactId >groupdocs-viewer-ui</artifactId >
9- <version >24.8 </version >
9+ <version >24.10 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >GroupDocs.Viewer for Java User Interface</name >
5454 <dependency >
5555 <groupId >com.groupdocs</groupId >
5656 <artifactId >groupdocs-viewer</artifactId >
57- <version >24.8 </version >
57+ <version >24.10 </version >
5858 <scope >provided</scope >
5959 </dependency >
6060 <dependency >
Original file line number Diff line number Diff line change 66 <artifactId >groupdocs-viewer-ui</artifactId >
77 <name >GroupDocs.Viewer for Java User Interface</name >
88 <url >https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-UI</url >
9- <version >24.8 </version >
9+ <version >24.10 </version >
1010 <description >
1111 GroupDocs.Viewer UI is a rich UI interface that designed to work in conjunction with GroupDocs.Viewer for Java to display most popular file and document formats in a browser.
1212 To integrate GroupDocs.Viewer UI in your Java project you just need to configure Viewer API and handle requests using specific endpoint handler provided in GroupDocs.Viewer.UI.
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >com.example</groupId >
1212 <artifactId >groupdocs-viewer-java-ui-spring-boot</artifactId >
13- <version >24.8 </version >
13+ <version >24.10 </version >
1414 <name >demo</name >
1515 <description >Demo project for Spring Boot</description >
1616 <properties >
3737 <dependency >
3838 <groupId >com.groupdocs</groupId >
3939 <artifactId >groupdocs-viewer</artifactId >
40- <version >24.8 </version >
40+ <version >24.10 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments