Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

40 lignes
1.7KB

  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.org.jetbrains.kotlin.plugin.serialization</groupId>
  4. <artifactId>placeholder.org.jetbrains.kotlin.plugin.serialization.gradle.plugin</artifactId>
  5. <version>1.7.20</version>
  6. <packaging>pom</packaging>
  7. <name>Kotlin compiler plugin for kotlinx.serialization library</name>
  8. <description>Kotlin compiler plugin for kotlinx.serialization library</description>
  9. <url>https://kotlinlang.org/</url>
  10. <licenses>
  11. <license>
  12. <name>The Apache License, Version 2.0</name>
  13. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  14. </license>
  15. </licenses>
  16. <developers>
  17. <developer>
  18. <name>Kotlin Team</name>
  19. <organization>JetBrains</organization>
  20. <organizationUrl>https://www.jetbrains.com</organizationUrl>
  21. </developer>
  22. </developers>
  23. <scm>
  24. <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
  25. <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
  26. <url>https://github.com/JetBrains/kotlin</url>
  27. </scm>
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.jetbrains.kotlin</groupId>
  31. <artifactId>kotlin-serialization</artifactId>
  32. <version>1.7.20</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.jetbrains.kotlin.plugin.serialization</groupId>
  36. <artifactId>org.jetbrains.kotlin.plugin.serialization.gradle.plugin</artifactId>
  37. <version>1.7.20</version>
  38. </dependency>
  39. </dependencies>
  40. </project>