Paste #113050: Unnamed HTML or XML Paste

Date: 2023/07/29 10:32:59 UTC-07:00
Type: HTML or XML

View Raw Paste Download This Paste
Copy Link


<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.AWorthySon</groupId>
  <artifactId>WorthyCore</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <name>WorthyCore</name>
  <description>Plugin made for Worthy's server</description>
  <dependencies>
      <dependency>
          <groupId>io.papermc.paper</groupId>
          <artifactId>paper-api</artifactId>
          <version>1.20.1-R0.1-SNAPSHOT</version>
          <scope>provided</scope>
      </dependency>
      <dependency>
          <groupId>com.comphenix.protocol</groupId>
          <artifactId>ProtocolLib</artifactId>
          <version>5.0.0</version>
      </dependency>
      <dependency>
          <groupId>net.citizensnpcs</groupId>
          <artifactId>citizensapi</artifactId>
          <version>2.0.32-SNAPSHOT</version>
      </dependency>
  </dependencies>
 <repositories>
    <repository>
        <id>papermc</id>
        <url>https://repo.papermc.io/repository/maven-public/</url>
    </repository>
    <repository>
        <id>dmulloy2-repo</id>
        <url>https://repo.dmulloy2.net/repository/public/</url>
    </repository>
    <repository>
        <id>citizens-repo</id>
        <url>https://maven.citizensnpcs.co/repo</url>
    </repository>
 </repositories>
</project>

Highlighting for 'Other' types handled by Highlight.JS, which was released under the BSD 3-Clause License.