Skip to content

Instantly share code, notes, and snippets.

@heanzyzabala
Last active September 12, 2020 13:11
Show Gist options
  • Save heanzyzabala/0841489879786fc0686adda527b08776 to your computer and use it in GitHub Desktop.
Save heanzyzabala/0841489879786fc0686adda527b08776 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<repositories>
<repository>
<id>maven-repo-public</id>
<url>https://repo.company.ph/repository/maven-repo-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.company</groupId>
<artifactId>artifact</artifactId>
<version>1.0.0</version>
</dependency>
<dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment