组织ID: |
org.springframework.boot |
项目ID: |
spring-boot-configuration-metadata |
版本: |
2.1.13.RELEASE |
最后修改时间: |
2020-03-03 14:12:31 |
包类型: |
jar |
标题: |
Spring Boot Configuration Metadata |
描述: |
Spring Boot Configuration Metadata |
相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-tools/spring-boot-configuration-metadata |
大小: |
22.67KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-metadata</artifactId>
<version>2.1.13.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.boot:spring-boot-configuration-metadata:2.1.13.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>2.1.13.RELEASE</version>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-metadata</artifactId>
<version>2.1.13.RELEASE</version>
<name>Spring Boot Configuration Metadata</name>
<description>Spring Boot Configuration Metadata</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-tools/spring-boot-configuration-metadata</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Pivotal</name>
<email>info@pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>https://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
<url>https://github.com/spring-projects/spring-boot</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
<version>0.0.20131108.vaadin1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup.class
org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository.class
org.springframework.boot.configurationmetadata.Deprecation.class
org.springframework.boot.configurationmetadata.SentenceExtractor.class
org.springframework.boot.configurationmetadata.ConfigurationMetadataRepositoryJsonBuilder.class
org.springframework.boot.configurationmetadata.ValueHint.class
org.springframework.boot.configurationmetadata.Hints.class
org.springframework.boot.configurationmetadata.ConfigurationMetadataItem.class
org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty.class
org.springframework.boot.configurationmetadata.JsonReader.class
org.springframework.boot.configurationmetadata.ValueProvider.class
org.springframework.boot.configurationmetadata.RawConfigurationMetadata.class
org.springframework.boot.configurationmetadata.Deprecation$Level.class
org.springframework.boot.configurationmetadata.ConfigurationMetadataSource.class
org.springframework.boot.configurationmetadata.ConfigurationMetadataHint.class
org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository.class
|
依赖Jar: |
android-json-0.0.20131108.vaadin1.jar
/com.vaadin.external.google/android-json/0.0.20131108.vaadin1
查看android-json所有版本文件
|