| Group ID: |
io.github.expram |
| Artifact ID: |
CrafatarAPI |
| Version: |
1.0.1 |
| Last modified: |
15.06.2021 13:46 |
| Packaging: |
jar |
| Name: |
CrafatarAPI |
| Description: |
A library that will be very useful for getting minecraft skin and its parts. |
| URL: |
https://github.com/ExpRam/CrafatarAPIJava |
|
|
| Size: |
9.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/expram/CrafatarAPI/1.0.1/CrafatarAPI-1.0.1.jar |
| POM: |
Show
hide
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.expram</groupId>
<artifactId>CrafatarAPI</artifactId>
<version>1.0.1</version>
<name>CrafatarAPI</name>
<description>A library that will be very useful for getting minecraft skin and its parts.</description>
<url>https://github.com/ExpRam/CrafatarAPIJava</url>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<packaging>jar</packaging>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>ExpRAM</name>
<email>expramdev.e01@gmail.com</email>
<organization>org.github.expram</organization>
<organizationUrl>https://github.com/ExpRam</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ExpRam/CrafatarAPIJava.git</connection>
<developerConnection>scm:git:ssh://github.com:ExpRam/CrafatarAPIJava.git</developerConnection>
<url>https://github.com/ExpRam/CrafatarAPIJava</url>
</scm>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.expram</groupId>
<artifactId>CrafatarAPI</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle: |
io.github.expram:CrafatarAPI:1.0.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
json-20210307.jar
in org/json/json/20210307
|
| Dependency Graph: |
Show
Less
More
|