Download spring-boot-admin-server-ui-1.3.3.jar file

Introduction

You can download spring-boot-admin-server-ui-1.3.3.jar in this page.

License

Open Source

Type List

spring-boot-admin-server-ui-1.3.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/de.codecentric/spring-boot-admin-server-ui/pom.properties
META-INF/maven/de.codecentric/spring-boot-admin-server-ui/pom.xml
META-INF/spring-boot-admin-server-ui/css/bootstrap.css
META-INF/spring-boot-admin-server-ui/css/bootstrap.min.css
META-INF/spring-boot-admin-server-ui/css/main.css
META-INF/spring-boot-admin-server-ui/img/error.png
META-INF/spring-boot-admin-server-ui/img/favicon.png
META-INF/spring-boot-admin-server-ui/img/glyphicons-halflings-white.png
META-INF/spring-boot-admin-server-ui/img/glyphicons-halflings.png
META-INF/spring-boot-admin-server-ui/img/ok.png
META-INF/spring-boot-admin-server-ui/img/platform-spring-boot.png
META-INF/spring-boot-admin-server-ui/img/refresh.gif
META-INF/spring-boot-admin-server-ui/img/spring-logo.png
META-INF/spring-boot-admin-server-ui/img/unknown.png
META-INF/spring-boot-admin-server-ui/index.html
META-INF/spring-boot-admin-server-ui/js/app.js
META-INF/spring-boot-admin-server-ui/js/app.min.js
META-INF/spring-boot-admin-server-ui/views/about.html
META-INF/spring-boot-admin-server-ui/views/apps.html
META-INF/spring-boot-admin-server-ui/views/apps/activiti.html
META-INF/spring-boot-admin-server-ui/views/apps/details.html
META-INF/spring-boot-admin-server-ui/views/apps/details/classpath.html
META-INF/spring-boot-admin-server-ui/views/apps/details/metrics.html
META-INF/spring-boot-admin-server-ui/views/apps/environment.html
META-INF/spring-boot-admin-server-ui/views/apps/jmx.html
META-INF/spring-boot-admin-server-ui/views/apps/logging.html
META-INF/spring-boot-admin-server-ui/views/apps/threads.html
META-INF/spring-boot-admin-server-ui/views/apps/trace.html
META-INF/spring-boot-admin-server-ui/views/journal.html
META-INF/spring-boot-admin-server-ui/views/overview.html

Pom

spring-boot-admin-server-ui-1.3.3.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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>de.codecentric</groupId>
		<artifactId>spring-boot-admin</artifactId>
		<version>1.3.3</version>
		<relativePath>..</relativePath>
	</parent>
	<artifactId>spring-boot-admin-server-ui</artifactId>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>npm-install</id>
                        <phase>validate</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <executable>npm</executable>
                            <arguments>
                                <argument>install</argument>
                            </arguments>
                        </configuration>
                    </execution>
                   <execution>
                        <id>gulp</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <executable>./node_modules/.bin/gulp</executable>
                                <arguments>
                                    <argument>--skipTests=${skipTests}</argument>
                                </arguments>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>

        <resources>
            <resource>
                <directory>target/dist</directory>
                <targetPath>META-INF/spring-boot-admin-server-ui</targetPath>
            </resource>
        </resources>
    </build>

</project>

POM Entry

<dependency>
   <groupId>de.codecentric</groupId>
   <artifactId>spring-boot-admin-server-ui</artifactId>
   <version>1.3.3</version>
</dependency>

Download

If you think the following spring-boot-admin-server-ui-1.3.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-boot-admin-server-ui-1.3.3.jar file




PreviousNext

Related