jqassistant-typescript-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jqassistant.plugin.typescript</groupId> <artifactId>jqassistant-typescript-plugin</artifactId> <version>1.4.1</version> </dependency>
<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> <parent> <groupId>org.jqassistant.plugin.typescript</groupId> <artifactId>parent</artifactId> <version>1.4.1</version> </parent> <artifactId>jqassistant-typescript-plugin</artifactId> <name>jQAssistant TypeScript Plugin</name> <description>The jQAssistant plugin providing scanners and rules for TypeScript.</description> <url>https://github.com/jqassistant-plugin/jqassistant-typescript-plugin</url> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <detectJavaApiLink>false</detectJavaApiLink> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.buschmais.jqassistant.core</groupId> <artifactId>store</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.buschmais.jqassistant.core</groupId> <artifactId>scanner</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.buschmais.jqassistant.core</groupId> <artifactId>report</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.buschmais.jqassistant.plugin</groupId> <artifactId>common</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.buschmais.xo</groupId> <artifactId>xo.api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.buschmais.jqassistant.plugin</groupId> <artifactId>json</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.buschmais.jqassistant.core</groupId> <artifactId>test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>