Download spring-boot-starter-jsondoc-1.2.11.jar file

Introduction

You can download spring-boot-starter-jsondoc-1.2.11.jar in this page.

License

Open Source

Type List

spring-boot-starter-jsondoc-1.2.11.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jsondoc/spring-boot-starter-jsondoc/pom.properties
META-INF/maven/org.jsondoc/spring-boot-starter-jsondoc/pom.xml
META-INF/spring-configuration-metadata.json
org.jsondoc.spring.boot.starter.EnableJSONDoc.class
org.jsondoc.spring.boot.starter.JSONDocConfig.class
org.jsondoc.spring.boot.starter.JSONDocProperties.class

Pom

spring-boot-starter-jsondoc-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>spring-boot-starter-jsondoc</artifactId>
	<packaging>jar</packaging>

	<name>spring-boot-starter-jsondoc</name>
	<url>http://maven.apache.org</url>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<dependencies>

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
		</dependency>

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-configuration-processor</artifactId>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.jsondoc</groupId>
			<artifactId>jsondoc-springmvc</artifactId>
		</dependency>

	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jsondoc</groupId>
   <artifactId>spring-boot-starter-jsondoc</artifactId>
   <version>1.2.11</version>
</dependency>

Download

If you think the following spring-boot-starter-jsondoc-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 spring-boot-starter-jsondoc-1.2.11.jar file




PreviousNext

Related