ots-opendrive
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opentrafficsim</groupId> <artifactId>ots-opendrive</artifactId> <version>1.7.6</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.opentrafficsim</groupId> <artifactId>ots-opendrive</artifactId> <version>1.7.6</version> <name>XML transformer for OpenDrive XML files</name> <description>OTS XML transformer for OpenDrive XML files</description> <url>https://opentrafficsim.org/ots-opendrive</url> <inceptionYear>2014</inceptionYear> <organization> <name>Delft University of Technology</name> <url>https://opentrafficsim.org</url> </organization> <licenses> <license> <name>BSD-3 style license</name> <url>https://opentrafficsim.org/docs/license.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>averbraeck</id> <name>Alexander Verbraeck</name> <email>a.verbraeck@tudelft.nl</email> <url>https://www.tbm.tudelft.nl/averbraeck</url> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://simulation.tudelft.nl</organizationUrl> <roles> <role>architect</role> <role>developer</role> <role>maintainance</role> </roles> <timezone>1</timezone> </developer> <developer> <id>pknoppers</id> <name>Peter Knoppers</name> <email>p.knoppers@tudelft.nl</email> <url>https://github.com/peter-knoppers</url> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.citg.tudelft.nl</organizationUrl> <roles> <role>architect</role> <role>developer</role> <role>maintainance</role> </roles> <timezone>1</timezone> </developer> <developer> <id>wjschakel</id> <name>Wouter Schakel</name> <email>w.schakel@tudelft.nl</email> <url>https://github.com/wjschakel</url> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.citg.tudelft.nl</organizationUrl> <roles> <role>architect</role> <role>developer</role> <role>maintainance</role> </roles> <timezone>1</timezone> </developer> </developers> <contributors> <contributor> <name>Hans van Lint</name> <email>a.verbraeck@tudelft.nl</email> <url>https://hansvanlint.weblog.tudelft.nl/</url> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.citg.tudelft.nl</organizationUrl> <roles> <role>architect</role> </roles> <timezone>1</timezone> </contributor> <contributor> <name>Guus Tamminga</name> <email>g.f.tamminga@tudelft.nl</email> <url>https://www.citg.tudelft.nl/en/about-faculty/departments/transport-and-planning/staff-information/drs-guus-tamminga-msc/</url> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.citg.tudelft.nl</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> <timezone>1</timezone> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/averbraeck/opentrafficsim.git/ots-opendrive</connection> <developerConnection>scm:git:ssh://github.com:averbraeck/opentrafficsim.git/ots-opendrive</developerConnection> <url>https://github.com/averbraeck/opentrafficsim/tree/master/ots-opendrive</url> </scm> <dependencies> <dependency> <groupId>org.djunits</groupId> <artifactId>djunits</artifactId> <version>5.1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.djutils</groupId> <artifactId>djutils-eval</artifactId> <version>2.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> </dependencies> </project>