File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <version >0.1</version >
1010 <packaging >jar</packaging >
1111
12+ <name >fr.rabian.ovhApi:OVH-API-core</name >
13+ <description >This is a small wrapper for the OVH API in Java.
14+ It aims to provide tools to handle the most off-putting part of using this API.</description >
15+ <url >https://github.com/BeauneNuits/OVH-API-Java</url >
16+
17+ <licenses >
18+ <license >
19+ <name >GNU General Public License v3</name >
20+ <url >https://www.gnu.org/licenses/gpl-3.0.txt</url >
21+ </license >
22+ </licenses >
23+
24+ <developers >
25+ <developer >
26+ <name >Adrien Rabian</name >
27+ <email >adrien@rabian.fr</email >
28+ <organization >Individual</organization >
29+ <organizationUrl >https://github.com/BeauneNuits</organizationUrl >
30+ </developer >
31+ </developers >
32+
33+ <scm >
34+ <connection >scm:git:git@github.com:BeauneNuits/OVH-API-Java.git</connection >
35+ <developerConnection >scm:git:git@github.com:BeauneNuits/OVH-API-Java.git</developerConnection >
36+ <url >https://github.com/BeauneNuits/OVH-API-Java</url >
37+ </scm >
38+
1239 <properties >
1340 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1441 <jdk .version>1.8</jdk .version>
You can’t perform that action at this time.
0 commit comments