Maven Repository - POM file for Build gradle-typescript-plugin 1.1.1 1.1.1

Summary

gradle-typescript-plugin.

Gradle TypeScript plugin.

Declaration

Here is the list of declaration for gradle-typescript-plugin. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.prezi.typescript</groupId>
   <artifactId>gradle-typescript-plugin</artifactId>
   <version>1.1.1</version>
</dependency>

If you think this Maven repository POM file listing for gradle-typescript-plugin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The gradle-typescript-plugin-1.1.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitspock-core 0.7-groovy-1.8
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo...
107




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.prezi.typescript</groupId>
  <artifactId>gradle-typescript-plugin</artifactId>
  <version>1.1.1</version>
  <name>gradle-typescript-plugin</name>
  <description>Gradle TypeScript plugin</description>
  <url>http://github.com/prezi/gradle-typescript-plugin</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git@github.com:prezi/gradle-typescript-plugin.git</connection>
    <developerConnection>scm:git@github.com:prezi/gradle-typescript-plugin.git</developerConnection>
    <url>scm:git@github.com:prezi/gradle-typescript-plugin.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.7-groovy-1.8</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>