Download jasypt-spring-boot-starter-1.9.jar file

Introduction

You can download jasypt-spring-boot-starter-1.9.jar in this page.

License

Open Source

Type List

jasypt-spring-boot-starter-1.9.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.ulisesbocchio/jasypt-spring-boot-starter/pom.properties
META-INF/maven/com.github.ulisesbocchio/jasypt-spring-boot-starter/pom.xml
META-INF/spring.factories
com.ulisesbocchio.jasyptspringboot.JasyptSpringBootAutoConfiguration.class

Pom

jasypt-spring-boot-starter-1.9.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>
        <groupId>com.github.ulisesbocchio</groupId>
        <artifactId>jasypt-spring-boot-parent</artifactId>
        <version>1.9</version>
    </parent>

    <artifactId>jasypt-spring-boot-starter</artifactId>
    <packaging>jar</packaging>
    <name>Jasypt Spring Boot Starter</name>
    <description>Jasypt Spring Boot Starter</description>

    <dependencies>
        <dependency>
            <groupId>com.github.ulisesbocchio</groupId>
            <artifactId>jasypt-spring-boot</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.ulisesbocchio</groupId>
   <artifactId>jasypt-spring-boot-starter</artifactId>
   <version>1.9</version>
</dependency>

Download

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



Download jasypt-spring-boot-starter-1.9.jar file




PreviousNext

Related