组织ID: |
org.springframework.vault |
项目ID: |
spring-vault-core |
版本: |
1.0.2.RELEASE |
最后修改时间: |
2018-08-31 16:59:42 |
包类型: |
jar |
标题: |
Spring Vault Core |
描述: |
Spring Vault Core Components |
大小: |
185.33KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.vault:spring-vault-core:1.0.2.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-vault-core</artifactId>
<name>Spring Vault Core</name>
<description>Spring Vault Core Components</description>
<packaging>jar</packaging>
<build>
<resources>
<resource>
<directory>../src/main/resources</directory>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.10</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/changelog.txt
META-INF/license.txt
META-INF/notice.txt
org.springframework.vault.annotation.VaultPropertySource$Renewal.class
org.springframework.vault.annotation.VaultPropertySource.class
org.springframework.vault.annotation.VaultPropertySourceRegistrar.class
org.springframework.vault.annotation.VaultPropertySources.class
org.springframework.vault.authentication.AppIdAuthentication.class
org.springframework.vault.authentication.AppIdAuthenticationOptions$1.class
org.springframework.vault.authentication.AppIdAuthenticationOptions$AppIdAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AppIdAuthenticationOptions.class
org.springframework.vault.authentication.AppIdUserIdMechanism.class
org.springframework.vault.authentication.AppRoleAuthentication.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$1.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$AppRoleAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions.class
org.springframework.vault.authentication.AwsEc2Authentication.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$1.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$AwsEc2AuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions.class
org.springframework.vault.authentication.ClientAuthentication.class
org.springframework.vault.authentication.ClientCertificateAuthentication.class
org.springframework.vault.authentication.CubbyholeAuthentication.class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions$1.class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions$CubbyholeAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions.class
org.springframework.vault.authentication.IpAddressUserId.class
org.springframework.vault.authentication.LifecycleAwareSessionManager$1.class
org.springframework.vault.authentication.LifecycleAwareSessionManager$FixedTimeoutRefreshTrigger.class
org.springframework.vault.authentication.LifecycleAwareSessionManager$OneShotTrigger.class
org.springframework.vault.authentication.LifecycleAwareSessionManager$RefreshTrigger.class
org.springframework.vault.authentication.LifecycleAwareSessionManager.class
org.springframework.vault.authentication.LoginToken.class
org.springframework.vault.authentication.LoginTokenUtil.class
org.springframework.vault.authentication.MacAddressUserId$NetworkInterfaceIndexComparator.class
org.springframework.vault.authentication.MacAddressUserId.class
org.springframework.vault.authentication.SessionManager.class
org.springframework.vault.authentication.Sha256.class
org.springframework.vault.authentication.SimpleSessionManager.class
org.springframework.vault.authentication.StaticUserId.class
org.springframework.vault.authentication.TokenAuthentication.class
org.springframework.vault.client.VaultClients$1.class
org.springframework.vault.client.VaultClients$PrefixAwareUriTemplateHandler.class
org.springframework.vault.client.VaultClients.class
org.springframework.vault.client.VaultEndpoint.class
org.springframework.vault.client.VaultErrorMessage.class
org.springframework.vault.client.VaultHttpHeaders.class
org.springframework.vault.client.VaultResponses$1.class
org.springframework.vault.client.VaultResponses$2.class
org.springframework.vault.client.VaultResponses$3.class
org.springframework.vault.client.VaultResponses.class
org.springframework.vault.config.AbstractVaultConfiguration$ClientFactoryWrapper.class
org.springframework.vault.config.AbstractVaultConfiguration.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$HttpComponents.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$Netty.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$OkHttp$1.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$OkHttp.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$OkHttp3.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory.class
org.springframework.vault.config.EnvironmentVaultConfiguration$1.class
org.springframework.vault.config.EnvironmentVaultConfiguration$AppIdUserId.class
org.springframework.vault.config.EnvironmentVaultConfiguration$AuthenticationMethod.class
org.springframework.vault.config.EnvironmentVaultConfiguration.class
org.springframework.vault.core.env.LeaseAwareVaultPropertySource$1.class
org.springframework.vault.core.env.LeaseAwareVaultPropertySource.class
org.springframework.vault.core.env.VaultPropertySource.class
org.springframework.vault.core.lease.domain.Lease.class
org.springframework.vault.core.lease.domain.RequestedSecret$Mode.class
org.springframework.vault.core.lease.domain.RequestedSecret.class
org.springframework.vault.core.lease.event.AfterSecretLeaseRenewedEvent.class
org.springframework.vault.core.lease.event.AfterSecretLeaseRevocationEvent.class
org.springframework.vault.core.lease.event.BeforeSecretLeaseRevocationEvent.class
org.springframework.vault.core.lease.event.LeaseErrorListener.class
org.springframework.vault.core.lease.event.LeaseListener.class
org.springframework.vault.core.lease.event.LeaseListenerAdapter.class
org.springframework.vault.core.lease.event.SecretLeaseCreatedEvent.class
org.springframework.vault.core.lease.event.SecretLeaseErrorEvent.class
org.springframework.vault.core.lease.event.SecretLeaseEvent.class
org.springframework.vault.core.lease.event.SecretLeaseExpiredEvent.class
org.springframework.vault.core.lease.SecretLeaseContainer$1.class
org.springframework.vault.core.lease.SecretLeaseContainer$2.class
org.springframework.vault.core.lease.SecretLeaseContainer$3.class
org.springframework.vault.core.lease.SecretLeaseContainer$LeaseRenewalScheduler$1.class
org.springframework.vault.core.lease.SecretLeaseContainer$LeaseRenewalScheduler.class
org.springframework.vault.core.lease.SecretLeaseContainer$OneShotTrigger.class
org.springframework.vault.core.lease.SecretLeaseContainer$RenewLease.class
org.springframework.vault.core.lease.SecretLeaseContainer.class
org.springframework.vault.core.lease.SecretLeaseEventPublisher$LoggingErrorListener.class
org.springframework.vault.core.lease.SecretLeaseEventPublisher.class
org.springframework.vault.core.RestOperationsCallback.class
org.springframework.vault.core.util.PropertyTransformer.class
org.springframework.vault.core.util.PropertyTransformers$KeyPrefixPropertyTransformer.class
org.springframework.vault.core.util.PropertyTransformers$NoOpPropertyTransformer.class
org.springframework.vault.core.util.PropertyTransformers$PropertyTransformerSupport$1.class
org.springframework.vault.core.util.PropertyTransformers$PropertyTransformerSupport.class
org.springframework.vault.core.util.PropertyTransformers$RemoveNullProperties.class
org.springframework.vault.core.util.PropertyTransformers.class
org.springframework.vault.core.VaultOperations.class
org.springframework.vault.core.VaultPkiOperations.class
org.springframework.vault.core.VaultPkiTemplate$1.class
org.springframework.vault.core.VaultPkiTemplate.class
org.springframework.vault.core.VaultSysOperations.class
org.springframework.vault.core.VaultSysTemplate$1.class
org.springframework.vault.core.VaultSysTemplate$2.class
org.springframework.vault.core.VaultSysTemplate$3.class
org.springframework.vault.core.VaultSysTemplate$GetMounts$1.class
org.springframework.vault.core.VaultSysTemplate$GetMounts$VaultMountsResponse.class
org.springframework.vault.core.VaultSysTemplate$GetMounts.class
org.springframework.vault.core.VaultSysTemplate$GetUnsealStatus.class
org.springframework.vault.core.VaultSysTemplate$Health.class
org.springframework.vault.core.VaultSysTemplate$Seal.class
org.springframework.vault.core.VaultSysTemplate$VaultHealthImpl.class
org.springframework.vault.core.VaultSysTemplate$VaultInitializationResponseImpl.class
org.springframework.vault.core.VaultSysTemplate$VaultUnsealStatusImpl.class
org.springframework.vault.core.VaultSysTemplate.class
org.springframework.vault.core.VaultTemplate$1.class
org.springframework.vault.core.VaultTemplate$2.class
org.springframework.vault.core.VaultTemplate$VaultListResponse.class
org.springframework.vault.core.VaultTemplate.class
org.springframework.vault.core.VaultTokenOperations.class
org.springframework.vault.core.VaultTokenTemplate$1.class
org.springframework.vault.core.VaultTokenTemplate.class
org.springframework.vault.core.VaultTransitOperations.class
org.springframework.vault.core.VaultTransitTemplate$VaultTransitKeyImpl.class
org.springframework.vault.core.VaultTransitTemplate.class
org.springframework.vault.support.Base64.class
org.springframework.vault.support.CertificateBundle.class
org.springframework.vault.support.ClientOptions.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
lombok-1.16.10.jar
/org.projectlombok/lombok/1.16.10
查看lombok所有版本文件
|