MVN

com.daugeldauge.kinzhal : kinzhal-annotations-jvm

Maven & Gradle

Feb 05, 2023
1 usages
68 stars

com.daugeldauge.kinzhal:kinzhal-annotations · Compile-time dependency injection for Kotlin Multiplatform

<dependency>
    <groupId>com.daugeldauge.kinzhal</groupId>
    <artifactId>kinzhal-annotations-jvm</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daugeldauge.kinzhal : kinzhal-annotations-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of com.daugeldauge.kinzhal : kinzhal-annotations-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kinzhal-annotations-jvm-0.0.5
kinzhal-annotations-jvm-0.0.4
kinzhal-annotations-jvm-0.0.3
kinzhal-annotations-jvm-0.0.2
kinzhal-annotations-jvm-0.0.1

How to add a dependency to Maven

Add the following com.daugeldauge.kinzhal : kinzhal-annotations-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.daugeldauge.kinzhal</groupId>
    <artifactId>kinzhal-annotations-jvm</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.daugeldauge.kinzhal : kinzhal-annotations-jvm gradle dependency to your build.gradle file:

implementation 'com.daugeldauge.kinzhal:kinzhal-annotations-jvm:0.0.5'

Gradle Kotlin DSL: Add the following com.daugeldauge.kinzhal : kinzhal-annotations-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.daugeldauge.kinzhal:kinzhal-annotations-jvm:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.daugeldauge.kinzhal : kinzhal-annotations-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.daugeldauge.kinzhal" % "kinzhal-annotations-jvm" % "0.0.5"

Advertisement