mylibrary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>pe.nxt</groupId>
<artifactId>mylibrary</artifactId>
<version>0.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>pe.nxt</groupId>
<artifactId>mylibrary</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>Checkout SDK</name>
<description>Checkout SDK</description>
<url>https://www.example.com/</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://www.mit.edu/~amini/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<id>nxtpe</id>
<name>Debashish Kundu</name>
<email>debashish@nxt.pe</email>
</developer>
</developers>
<scm>
<url>https://www.example.com/</url>
</scm>
</project>