chacha64-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>chacha64-plugin</artifactId>
<version>6.0.4</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>chacha64-plugin</artifactId>
<version>6.0.4</version>
<name>ChaCha64 plugin for Jaybird</name>
<description>ChaCha64 plugin for Jaybird JDBC Driver</description>
<url>https://www.firebirdsql.org/en/devel-jdbc-driver/</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>https://www.gnu.org/copyleft/lesser.html</url>
<distribution>repo</distribution>
<comments>The ChaCha 64 plugin for Jaybird JDBC driver is distributed free of charge under the GNU Lesser General Public License (LGPL). Text of the license can be obtained from https://www.gnu.org/copyleft/lesser.html</comments>
</license>
</licenses>
<developers>
<developer>
<id>mrotteveel</id>
<name>Mark Rotteveel</name>
<email>mark@lawinegevaar.nl</email>
<roles>
<role>Administrator</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>firebird-java</name>
<subscribe>firebird-java+subscribe@googlegroups.com</subscribe>
<unsubscribe>firebird-java+unsubscribe@googlegroups.com</unsubscribe>
<post>firebird-java@googlegroups.com</post>
<archive>https://groups.google.com/g/firebird-java</archive>
<otherArchives>
<otherArchive>http://fb-list-archive.s3-website-eu-west-1.amazonaws.com/firebird-java/index.html</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/FirebirdSQL/jaybird.git</connection>
<developerConnection>scm:git:https://github.com/FirebirdSQL/jaybird.git</developerConnection>
<url>https://github.com/FirebirdSQL/jaybird</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/FirebirdSQL/jaybird/issues/</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>6.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.83</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>