MVN

com.netflix.pytheas : pytheas-helloworld

Maven & Gradle

Nov 22, 2016
184 stars

pytheas-helloworld · pytheas-helloworld

<dependency>
    <groupId>com.netflix.pytheas</groupId>
    <artifactId>pytheas-helloworld</artifactId>
    <version>1.29.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.pytheas : pytheas-helloworld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.29.1

All Versions

Choose a version of com.netflix.pytheas : pytheas-helloworld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.29.x
pytheas-helloworld-1.29.1
pytheas-helloworld-1.29.0
1.28.x
pytheas-helloworld-1.28.0
1.26
pytheas-helloworld-1.26
1.25
pytheas-helloworld-1.25
1.22
pytheas-helloworld-1.22
1.21
pytheas-helloworld-1.21
1.20
pytheas-helloworld-1.20
1.19
pytheas-helloworld-1.19
1.18
pytheas-helloworld-1.18
1.17
pytheas-helloworld-1.17
1.16
pytheas-helloworld-1.16
1.15
pytheas-helloworld-1.15
1.14
pytheas-helloworld-1.14
1.13
pytheas-helloworld-1.13
1.12
pytheas-helloworld-1.12
1.11
pytheas-helloworld-1.11
1.10
pytheas-helloworld-1.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netflix.pytheas</groupId>
    <artifactId>pytheas-helloworld</artifactId>
    <version>1.29.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.pytheas : pytheas-helloworld gradle dependency to your build.gradle file:

implementation 'com.netflix.pytheas:pytheas-helloworld:1.29.1'

Gradle Kotlin DSL: Add the following com.netflix.pytheas : pytheas-helloworld gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.pytheas:pytheas-helloworld:1.29.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.pytheas : pytheas-helloworld sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.pytheas" % "pytheas-helloworld" % "1.29.1"

Advertisement