| Group ID: |
net.seidengarn |
| Artifact ID: |
keepass-http-java-client |
| Version: |
1.5.2 |
| Last modified: |
06.11.2023 14:10 |
| Packaging: |
jar |
| Name: |
keepass-http-java-client |
| Description: |
Connector for accessing a KeePass-database with the KeePassHttp-Plugin |
| URL: |
https://github.com/rasei/keepass-http-java-client |
| License: |
The Apache License, Version 2.0 |
| Developers: |
Ralf Seidengarn |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/seidengarn/keepass-http-java-client/1.5.2/keepass-http-java-client-1.5.2.jar |
| POM: |
Show
hide
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.seidengarn</groupId>
<artifactId>keepass-http-java-client</artifactId>
<name>keepass-http-java-client</name>
<version>1.5.2</version>
<description>Connector for accessing a KeePass-database with the KeePassHttp-Plugin</description>
<url>https://github.com/rasei/keepass-http-java-client</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Ralf Seidengarn</name>
<email>ralf.seidengarn@t-online.de</email>
<url>https://github.com/rasei</url>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.seidengarn</groupId>
<artifactId>json</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:git@github.com:rasei/keepass-http-java-client.git</connection>
<developerConnection>scm:git:git@github.com:rasei/keepass-http-java-client.git</developerConnection>
<url>git@github.com:rasei/keepass-http-java-client.git</url>
<tag>keepass-http-java-client-1.5.2</tag>
</scm>
</project>
|
| Maven: |
<dependency>
<groupId>net.seidengarn</groupId>
<artifactId>keepass-http-java-client</artifactId>
<version>1.5.2</version>
</dependency>
|
| Gradle: |
net.seidengarn:keepass-http-java-client:1.5.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|