Download jsondoc-ui-webjar-1.2.11.jar file

Introduction

You can download jsondoc-ui-webjar-1.2.11.jar in this page.

License

Open Source

Type List

jsondoc-ui-webjar-1.2.11.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jsondoc/jsondoc-ui-webjar/pom.properties
META-INF/maven/org.jsondoc/jsondoc-ui-webjar/pom.xml
META-INF/resources/jsondoc-ui.html
META-INF/resources/webjars/jsondoc-ui-webjar/css/bootstrap.min.css
META-INF/resources/webjars/jsondoc-ui-webjar/css/jsondoc.css
META-INF/resources/webjars/jsondoc-ui-webjar/js/bootstrap.min.js
META-INF/resources/webjars/jsondoc-ui-webjar/js/handlebars.min.js
META-INF/resources/webjars/jsondoc-ui-webjar/js/jlinq.js
META-INF/resources/webjars/jsondoc-ui-webjar/js/jquery.min.js
META-INF/resources/webjars/jsondoc-ui-webjar/js/jquery.min.map
META-INF/resources/webjars/jsondoc-ui-webjar/js/jsondoc.js
META-INF/resources/webjars/jsondoc-ui-webjar/js/prettify.js

Pom

jsondoc-ui-webjar-1.2.11.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>
	
	<parent>
		<artifactId>jsondoc-master</artifactId>
		<groupId>org.jsondoc</groupId>
		<version>1.2.11</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>jsondoc-ui-webjar</artifactId>
	<packaging>jar</packaging>

	<name>jsondoc-ui-webjar</name>
	<description>The interface webjar of the jsondoc project</description>
	<url>http://www.jsondoc.org</url>

	<properties>
		<destinationDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}</destinationDir>
	</properties>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-dependency-plugin</artifactId>
				<version>2.9</version>
				<executions>
					<execution>
						<id>unpack</id>
						<phase>generate-resources</phase>
						<goals>
							<goal>unpack</goal>
						</goals>
						<configuration>
							<artifactItems>
								
								<artifactItem>
									<groupId>org.webjars</groupId>
									<artifactId>bootstrap</artifactId>
									<version>3.3.1</version>
									<type>jar</type>
									<overWrite>true</overWrite>
									<outputDirectory>${project.build.directory}/bootstrap</outputDirectory>
								</artifactItem>
								
								<artifactItem>
									<groupId>org.webjars</groupId>
									<artifactId>jquery</artifactId>
									<version>1.11.1</version>
									<type>jar</type>
									<overWrite>true</overWrite>
									<outputDirectory>${project.build.directory}/jquery</outputDirectory>
								</artifactItem>
								
								<artifactItem>
									<groupId>org.webjars</groupId>
									<artifactId>handlebars</artifactId>
									<version>2.0.0</version>
									<type>jar</type>
									<overWrite>true</overWrite>
									<outputDirectory>${project.build.directory}/handlebars</outputDirectory>
								</artifactItem>
								
								<artifactItem>
									<groupId>org.webjars</groupId>
									<artifactId>prettify</artifactId>
									<version>4-Mar-2013</version>
									<type>jar</type>
									<overWrite>true</overWrite>
									<outputDirectory>${project.build.directory}/prettify</outputDirectory>
								</artifactItem>
								
							</artifactItems>
						</configuration>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-antrun-plugin</artifactId>
				<version>1.7</version>
				<executions>
					<execution>
						<phase>generate-resources</phase>
						<goals>
							<goal>run</goal>
						</goals>
						<configuration>
							<target>
								<copy 
									file="${project.build.directory}/bootstrap/META-INF/resources/webjars/bootstrap/3.3.1/js/bootstrap.min.js" 
									todir="${destinationDir}/js" />
								<copy 
									file="${project.build.directory}/jquery/META-INF/resources/webjars/jquery/1.11.1/jquery.min.js" 
									todir="${destinationDir}/js" />
								<copy 
									file="${project.build.directory}/jquery/META-INF/resources/webjars/jquery/1.11.1/jquery.min.map" 
									todir="${destinationDir}/js" />	
									
								<copy 
									file="${project.build.directory}/handlebars/META-INF/resources/webjars/handlebars/2.0.0/handlebars.min.js" 
									todir="${destinationDir}/js" />
								<copy 
									file="${project.build.directory}/prettify/META-INF/resources/webjars/prettify/4-Mar-2013/prettify.js" 
									todir="${destinationDir}/js" />
								<copy 
									file="${project.build.directory}/bootstrap/META-INF/resources/webjars/bootstrap/3.3.1/css/bootstrap.min.css" 
									todir="${destinationDir}/css" />
							</target>
						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>

		<resources>
			<resource>
				<directory>${project.basedir}/src/main/resources</directory>
				<targetPath>${project.build.outputDirectory}/META-INF/resources</targetPath>
				<includes>
					<include>**/*.html</include>
				</includes>
			</resource>
			<resource>
				<directory>${project.basedir}/src/main/resources</directory>
				<targetPath>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}</targetPath>
				<includes>
					<include>**/*.js</include>
					<include>**/*.css</include>
					<include>**/*.map</include>
				</includes>
			</resource>
			
		</resources>

	</build>

</project>

POM Entry

<dependency>
   <groupId>org.jsondoc</groupId>
   <artifactId>jsondoc-ui-webjar</artifactId>
   <version>1.2.11</version>
</dependency>

Download

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



Download jsondoc-ui-webjar-1.2.11.jar file




PreviousNext

Related