组织ID: |
com.github.lalyos |
项目ID: |
jfiglet |
版本: |
0.0.8 |
最后修改时间: |
2018-07-26 18:45:18 |
包类型: |
jar |
标题: |
jfiglet |
描述: |
Java implementation of FIGfonts (http://www.figlet.org/) to create ascii art banners |
相关URL: |
http://lalyos.github.io/jfiglet/ |
大小: |
22.93KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.lalyos</groupId>
<artifactId>jfiglet</artifactId>
<version>0.0.8</version>
</dependency>
|
Gradle引入代码: |
com.github.lalyos:jfiglet:0.0.8
|
下载Jar包: |
|
POM文件内容: |
<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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.github.lalyos</groupId>
<artifactId>jfiglet</artifactId>
<version>0.0.8</version>
<packaging>jar</packaging>
<name>jfiglet</name>
<description>Java implementation of FIGfonts (http://www.figlet.org/) to create ascii art banners</description>
<url>http://lalyos.github.io/jfiglet/</url>
<licenses>
<license>
<name>GNU General Public License v2.0</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/lalyos/jfiglet.git</connection>
<developerConnection>scm:git:git@github.com:lalyos/jfiglet.git</developerConnection>
<url>https://github.com/lalyos/jfiglet</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/lalyos/jfiglet/issues</url>
</issueManagement>
<developers>
<developer>
<id>lalyos</id>
<email>lalyos@yahoo.com</email>
<name>Lajos Papp</name>
<roles>
<role>owner</role>
</roles>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument />
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<configuration>
<mainClass>com.github.lalyos.jfiglet.JFiglet</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<keyname>lalyos@yahoo.com</keyname>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.2</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.lalyos.jfiglet.FigletFont.class
com.github.lalyos.jfiglet.JFiglet.class
META-INF/LICENSE.txt
slant.flf
standard.flf
META-INF/maven/com.github.lalyos/jfiglet/pom.xml
META-INF/maven/com.github.lalyos/jfiglet/pom.properties
|
依赖Jar: |
|