The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Example2
By Guest on 14th September 2022 06:03:39 AM | Syntax: TEXT | Views: 1



New paste | Download | Show/Hide line no. | Copy text to clipboard
  1. <dependencies>
  2.        <dependency>
  3.           <groupId>junit</groupId>
  4.           <artifactId>junit</artifactId>
  5.           <version>4.8.2</version>
  6.           <scope>test</scope>
  7.        </dependency>
  8.  
  9.        <dependency>
  10.           <groupId>com.sun.jersey</groupId>
  11.           <artifactId>jersey-server</artifactId>
  12.           <version>1.8</version>
  13.        </dependency>
  14. </dependencies>



  • Recent Pastes