<dependency>
<groupId>io.github.daniloarcidiacono.typescriptmapper</groupId>
<artifactId>typescript-mapper-maven-plugin</artifactId>
<version>0.1.0</version>
<type>maven-plugin</type>
</dependency>
implementation 'io.github.daniloarcidiacono.typescriptmapper:typescript-mapper-maven-plugin:0.1.0'
implementation("io.github.daniloarcidiacono.typescriptmapper:typescript-mapper-maven-plugin:0.1.0")
libraryDependencies += "io.github.daniloarcidiacono.typescriptmapper" % "typescript-mapper-maven-plugin" % "0.1.0"
@Grapes(
@Grab(group='io.github.daniloarcidiacono.typescriptmapper', module='typescript-mapper-maven-plugin', version='0.1.0')
)
<dependency org="io.github.daniloarcidiacono.typescriptmapper" name="typescript-mapper-maven-plugin" rev="0.1.0" />
<parent> <groupId>io.github.daniloarcidiacono.typescriptmapper</groupId> <artifactId>typescript-mapper</artifactId> <version>0.1.0</version> </parent>
compile
|-- io.github.daniloarcidiacono.typescriptmapper:typescript-mapper-core
|-- org.apache.maven:maven-core:3.0
|-- org.apache.maven:maven-plugin-api:3.0
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.0
test