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.

18 lignes
711B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>tmp.io.insert-koin</groupId>
  6. <artifactId>placeholder-koin-core-jvm</artifactId>
  7. <version>3.2.0</version>
  8. <packaging>pom</packaging>
  9. <name>Package koin-core-jvm</name>
  10. <dependencies>
  11. <dependency>
  12. <groupId>io.insert-koin</groupId>
  13. <artifactId>koin-core-jvm</artifactId>
  14. <version>3.2.0</version>
  15. </dependency>
  16. </dependencies>
  17. </project>