Download frontend-plugin-core-1.0.jar file

Introduction

You can download frontend-plugin-core-1.0.jar in this page.

License

Open Source

Type List

frontend-plugin-core-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.eirslett/frontend-plugin-core/pom.properties
META-INF/maven/com.github.eirslett/frontend-plugin-core/pom.xml
com.github.eirslett.maven.plugins.frontend.lib.Architecture.class
com.github.eirslett.maven.plugins.frontend.lib.ArchiveExtractionException.class
com.github.eirslett.maven.plugins.frontend.lib.ArchiveExtractor.class
com.github.eirslett.maven.plugins.frontend.lib.BowerRunner.class
com.github.eirslett.maven.plugins.frontend.lib.CacheDescriptor.class
com.github.eirslett.maven.plugins.frontend.lib.CacheResolver.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultArchiveExtractor.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultBowerRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultEmberRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultFileDownloader.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultGruntRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultGulpRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultInstallConfig.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultJspmRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultKarmaRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultNpmRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DefaultWebpackRunner.class
com.github.eirslett.maven.plugins.frontend.lib.DirectoryCacheResolver.class
com.github.eirslett.maven.plugins.frontend.lib.DownloadException.class
com.github.eirslett.maven.plugins.frontend.lib.EmberRunner.class
com.github.eirslett.maven.plugins.frontend.lib.FileDownloader.class
com.github.eirslett.maven.plugins.frontend.lib.FrontendException.class
com.github.eirslett.maven.plugins.frontend.lib.FrontendPluginFactory.class
com.github.eirslett.maven.plugins.frontend.lib.GruntRunner.class
com.github.eirslett.maven.plugins.frontend.lib.GulpRunner.class
com.github.eirslett.maven.plugins.frontend.lib.InputStreamHandler.class
com.github.eirslett.maven.plugins.frontend.lib.InstallConfig.class
com.github.eirslett.maven.plugins.frontend.lib.InstallNodeExecutorConfig.class
com.github.eirslett.maven.plugins.frontend.lib.InstallationException.class
com.github.eirslett.maven.plugins.frontend.lib.JspmRunner.class
com.github.eirslett.maven.plugins.frontend.lib.KarmaRunner.class
com.github.eirslett.maven.plugins.frontend.lib.NodeAndNPMInstaller.class
com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.class
com.github.eirslett.maven.plugins.frontend.lib.NodeExecutorConfig.class
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.class
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskRunner.class
com.github.eirslett.maven.plugins.frontend.lib.NpmRunner.class
com.github.eirslett.maven.plugins.frontend.lib.OS.class
com.github.eirslett.maven.plugins.frontend.lib.Platform.class
com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException.class
com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.class
com.github.eirslett.maven.plugins.frontend.lib.ProxyConfig.class
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException.class
com.github.eirslett.maven.plugins.frontend.lib.Utils.class
com.github.eirslett.maven.plugins.frontend.lib.WebpackRunner.class

Pom

frontend-plugin-core-1.0.pom file content.

<?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">
    <parent>
        <artifactId>frontend-plugins</artifactId>
        <groupId>com.github.eirslett</groupId>
        <version>1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>frontend-plugin-core</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-mapper-asl</artifactId>
            <version>1.9.13</version>
        </dependency>

        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-compress</artifactId>
            <version>1.5</version>
        </dependency>

        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>1.3.2</version>
        </dependency>

        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.1</version>
        </dependency>

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.5</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.eirslett</groupId>
   <artifactId>frontend-plugin-core</artifactId>
   <version>1.0</version>
</dependency>

Download

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



Download frontend-plugin-core-1.0.jar file




PreviousNext

Related