No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>tmp.org.jetbrains.kotlin.jvm</groupId>
- <artifactId>placeholder.org.jetbrains.kotlin.jvm.gradle.plugin</artifactId>
- <version>1.7.20</version>
- <packaging>pom</packaging>
- <name>Kotlin JVM plugin</name>
- <description>Kotlin JVM plugin</description>
- <url>https://kotlinlang.org/</url>
- <licenses>
- <license>
- <name>The Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- </license>
- </licenses>
- <developers>
- <developer>
- <name>Kotlin Team</name>
- <organization>JetBrains</organization>
- <organizationUrl>https://www.jetbrains.com</organizationUrl>
- </developer>
- </developers>
- <scm>
- <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
- <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
- <url>https://github.com/JetBrains/kotlin</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-gradle-plugin</artifactId>
- <version>1.7.20</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin.jvm</groupId>
- <artifactId>org.jetbrains.kotlin.jvm.gradle.plugin</artifactId>
- <version>1.7.20</version>
- </dependency>
- </dependencies>
- </project>
|