您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
833B

  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.com.github.node-gradle.node</groupId>
  4. <artifactId>placeholder.com.github.node-gradle.node.gradle.plugin</artifactId>
  5. <version>3.5.1</version>
  6. <packaging>pom</packaging>
  7. <dependencies>
  8. <dependency>
  9. <groupId>com.github.node-gradle</groupId>
  10. <artifactId>gradle-node-plugin</artifactId>
  11. <version>3.5.1</version>
  12. </dependency>
  13. <dependency>
  14. <groupId>com.github.node-gradle.node</groupId>
  15. <artifactId>com.github.node-gradle.node.gradle.plugin</artifactId>
  16. <version>3.5.1</version>
  17. </dependency>
  18. </dependencies>
  19. </project>