Download fontawesomefx-8.0.10.jar file

Introduction

You can download fontawesomefx-8.0.10.jar in this page.

License

Apache License, Version 2.0

Type List

fontawesomefx-8.0.10.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/de.jensd/fontawesomefx/pom.properties
META-INF/maven/de.jensd/fontawesomefx/pom.xml
de.jensd.fx.fontawesome.AwesomeDude.class
de.jensd.fx.fontawesome.AwesomeIcon.class
de.jensd.fx.fontawesome.AwesomeIconsStack.class
de.jensd.fx.fontawesome.AwesomeStyle.class
de.jensd.fx.fontawesome.Icon.class
de.jensd.fx.fontawesome.test.App.class
de.jensd.fx.fontawesome.test.AwesomeIconNameComparator.class
de.jensd.fx.fontawesome.test.IconOverviewApp.class
de.jensd.fx.fontawesome.test.IconsBrowser.class
de.jensd.fx.fontawesome.test.IconsFXMLDemo.class
de.jensd.fx.fontawesome.test.IconsFXMLDemoApp.class
font/fontawesome-webfont.ttf
fxml/iconsbrowser.fxml
fxml/iconsdemo.fxml
i18n/messages.properties
license/LICENSE.txt
styles/awesome.css
styles/awesome_blue.css
styles/awesome_dark.css
styles/awesome_light.css
styles/awesome_red.css
styles/iconsbrowser.css

Pom

fontawesomefx-8.0.10.pom file content.

<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>de.jensd</groupId>
    <artifactId>fontawesomefx</artifactId>
    <version>8.0.10</version>
    <packaging>jar</packaging>
    <name>FontAwesomeFX</name>
    <inceptionYear>2013</inceptionYear>
    <description>Use Font Awesome as icon-provider with JavaFX.</description>
    <url>http://www.jensd.de</url>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:https://Jerady@bitbucket.org/Jerady/fontawesomefx.git</connection>
        <developerConnection>scm:git:https://Jerady@bitbucket.org/Jerady/fontawesomefx.git</developerConnection>
        <url>https://bitbucket.org/Jerady/fontawesomefx</url>
    </scm>
    <developers>
        <developer>
            <id>jens.deters</id>
            <name>Jens Deters</name>
            <email>mail -at- jensd.de</email>
            <url>http://www.jensd.de</url>
            <roles>
                <role>Architect</role>
                <role>Developer</role>
            </roles>
        </developer>
    </developers>
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
            </plugin>
<!--           <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>1.4</version>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </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</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.9</version>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>de.jensd</groupId>
   <artifactId>fontawesomefx</artifactId>
   <version>8.0.10</version>
</dependency>

Download

If you think the following fontawesomefx-8.0.10.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download fontawesomefx-8.0.10.jar file




PreviousNext

Related