t

tensor-maven-plugin

Files download
File Operation
tensor-maven-plugin-0.4.jar download
tensor-maven-plugin-0.4.pom download
tensor-maven-plugin-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.commonjava.tensor</groupId>
  <artifactId>tensor-maven-plugin</artifactId>
  <version>0.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.commonjava.tensor:tensor-maven-plugin:0.4'
Gradle Kotlin
implementation("org.commonjava.tensor:tensor-maven-plugin:0.4")
Scala SBT
libraryDependencies += "org.commonjava.tensor" % "tensor-maven-plugin" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.commonjava.tensor', module='tensor-maven-plugin', version='0.4')
)
Apache Ivy
<dependency org="org.commonjava.tensor" name="tensor-maven-plugin" rev="0.4" />
Leiningen
[org.commonjava.tensor/tensor-maven-plugin "0.4"]
Apache Buildr
'org.commonjava.tensor:tensor-maven-plugin:jar:0.4'