cthing-jasypt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.cthing</groupId> <artifactId>cthing-jasypt</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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> <groupId>org.cthing</groupId> <artifactId>cthing-jasypt</artifactId> <version>1.0.0</version> <name>cthing-jasypt</name> <description>Provides preconfigured Jasypt encryptors.</description> <url>https://github.com/cthing/cthing-jasypt</url> <organization> <name>C Thing Software</name> <url>https://www.cthing.com</url> </organization> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>baron</id> <name>Baron Roberts</name> <email>baron@cthing.com</email> <organization>C Thing Software</organization> <organizationUrl>https://www.cthing.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/cthing/cthing-jasypt.git</connection> <developerConnection>scm:git:ssh://git@github.com/cthing/cthing-jasypt.git</developerConnection> <url>https://github.com/cthing/cthing-jasypt</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/cthing/cthing-jasypt/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/cthing/cthing-jasypt/actions</url> </ciManagement> <properties> <cthing.dependencies>org.cthing:gradle-cthing-publishing:2.0.0 org.cthing:gradle-cthing-versioning:3.0.0</cthing.dependencies> <cthing.build.number>1758431987212</cthing.build.number> <cthing.build.date>2025-09-21T05:19:47Z</cthing.build.date> </properties> <dependencies> <dependency> <groupId>org.jasypt</groupId> <artifactId>jasypt</artifactId> <version>1.9.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jspecify</groupId> <artifactId>jspecify</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>