vss-processor-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.kuksa</groupId>
<artifactId>vss-processor-plugin</artifactId>
<version>0.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.eclipse.kuksa</groupId>
<artifactId>vss-processor-plugin</artifactId>
<version>0.2.1</version>
<name>org.eclipse.kuksa:vss-processor-plugin</name>
<description>Vehicle Signal Specification (VSS) Plugin of the KUKSA SDK. This is used in combination with the KSP processor component 'KUKSA VSS Processor'. The plugin is configured to provide VSS Files to KSP processor. This is mandatory to use the 'KUKSA VSS Processor' component.</description>
<url>https://github.com/eclipse-kuksa/kuksa-android-sdk</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Mark Hüsers</name>
<email>mark.huesers@etas.com</email>
<organization>ETAS GmbH</organization>
<organizationUrl>https://www.etas.com</organizationUrl>
</developer>
<developer>
<name>Sebastian Schildt</name>
<email>sebastian.schildt@etas.com</email>
<organization>ETAS GmbH</organization>
<organizationUrl>https://www.etas.com</organizationUrl>
</developer>
<developer>
<name>Andre Weber</name>
<email>andre.weber3@etas.com</email>
<organization>ETAS GmbH</organization>
<organizationUrl>https://www.etas.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/eclipse-kuksa/kuksa-android-sdk.git</connection>
<developerConnection>scm:git:ssh://github.com/eclipse-kuksa/kuksa-android-sdk.git</developerConnection>
<url>https://github.com/eclipse-kuksa/kuksa-android-sdk/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>