secon-tool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.tk.opensource</groupId>
<artifactId>secon-tool</artifactId>
<version>1.2.1</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>de.tk.opensource</groupId>
<artifactId>secon-tool</artifactId>
<version>1.2.1</version>
<name>secon-tool</name>
<description>A library for secure communication in the German health care and social affairs sector. Based on specifications in 'GKV Anlage 16 SECON'</description>
<url>https://github.com/DieTechniker/secon-tool</url>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>christian-schlichtherle</id>
<name>Christian Schlichtherle</name>
<email>christian@schlichtherle.de</email>
</developer>
<developer>
<id>loetifuss</id>
<name>Wolfgang Schmiesing</name>
<email>wolfgang.schmiesing@googlemail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/DieTechniker/secon-tool.git</connection>
<developerConnection>scm:git:ssh://github.com/DieTechniker/secon-tool.git</developerConnection>
<url>https://github.com/DieTechniker/secon-tool</url>
</scm>
<dependencies>
<dependency>
<groupId>global.namespace.fun-io</groupId>
<artifactId>fun-io-bios</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>