MVN

com.jamesward : travis-central-test

Maven & Gradle

May 25, 2018
4 stars

Travis Central Test · Travis Central Test

<dependency>
    <groupId>com.jamesward</groupId>
    <artifactId>travis-central-test</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jamesward : travis-central-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of com.jamesward : travis-central-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
travis-central-test-0.0.15
travis-central-test-0.0.14
travis-central-test-0.0.11

How to add a dependency to Maven

Add the following com.jamesward : travis-central-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jamesward</groupId>
    <artifactId>travis-central-test</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jamesward : travis-central-test gradle dependency to your build.gradle file:

implementation 'com.jamesward:travis-central-test:0.0.15'

Gradle Kotlin DSL: Add the following com.jamesward : travis-central-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jamesward:travis-central-test:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jamesward : travis-central-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jamesward" % "travis-central-test" % "0.0.15"