MVN

com.netflix.karyon : hello-netflix-oss

Maven & Gradle

Aug 25, 2015
496 stars

hello-netflix-oss · hello-netflix-oss

<dependency>
    <groupId>com.netflix.karyon</groupId>
    <artifactId>hello-netflix-oss</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.karyon : hello-netflix-oss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.28
  • Latest Release Candidate: 2.1.00-RC2

All Versions

Choose a version of com.netflix.karyon : hello-netflix-oss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
hello-netflix-oss-2.1.00-RC2
2.0.x
hello-netflix-oss-2.0.02
1.0.x
hello-netflix-oss-1.0.28
hello-netflix-oss-1.0.27
hello-netflix-oss-1.0.26
hello-netflix-oss-1.0.25
hello-netflix-oss-1.0.22
hello-netflix-oss-1.0.20
hello-netflix-oss-1.0.19
hello-netflix-oss-1.0.18
hello-netflix-oss-1.0.16
hello-netflix-oss-1.0.15
hello-netflix-oss-1.0.14
hello-netflix-oss-1.0.3
hello-netflix-oss-1.0.2
hello-netflix-oss-1.0.0

How to add a dependency to Maven

Add the following com.netflix.karyon : hello-netflix-oss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.karyon</groupId>
    <artifactId>hello-netflix-oss</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.karyon : hello-netflix-oss gradle dependency to your build.gradle file:

implementation 'com.netflix.karyon:hello-netflix-oss:1.0.28'

Gradle Kotlin DSL: Add the following com.netflix.karyon : hello-netflix-oss gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.karyon:hello-netflix-oss:1.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.karyon : hello-netflix-oss sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.karyon" % "hello-netflix-oss" % "1.0.28"

Advertisement