asn1-tool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.rub.nds</groupId> <artifactId>asn1-tool</artifactId> <version>2.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>de.rub.nds</groupId> <artifactId>asn1-tool</artifactId> <version>2.0.0</version> <name>ASN.1 Tool</name> <description>ASN.1 Tool is a project for creating arbitrary ASN.1 structures; including malformed ASN.1 structures. Structures are defined in human-readable XML files and allow to specify modifications to the original encoding of data types.</description> <url>https://github.com/tls-attacker/ASN.1-Tool</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>nkafka</id> <name>Nils Kafka</name> <email>nils.kafka@rub.de</email> <organization>NDS</organization> <organizationUrl>https://informatik.rub.de/nds/</organizationUrl> <roles> <role>Architect</role> <role>Developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/tls-attacker/ASN.1-Tool.git</connection> <developerConnection>scm:git:ssh://git@github.com/tls-attacker/ASN.1-Tool-Development.git</developerConnection> <tag>v2.0.0</tag> <url>https://github.com/tls-attacker/ASN.1-Tool</url> </scm> <dependencies> <dependency> <groupId>de.rub.nds</groupId> <artifactId>modifiable-variable</artifactId> <version>4.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.19.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.19.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>4.0.1</version> <scope>compile</scope> </dependency> </dependencies> </project>