MVN

com.codeslap : github-jobs-android-app

Maven & Gradle

Feb 19, 2013
19 stars

GitHub Jobs Android App

<dependency>
    <groupId>com.codeslap</groupId>
    <artifactId>github-jobs-android-app</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codeslap : github-jobs-android-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.codeslap : github-jobs-android-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
github-jobs-android-app-1.4
1.3
github-jobs-android-app-1.3
1.2
github-jobs-android-app-1.2
1.1
github-jobs-android-app-1.1
1.0
github-jobs-android-app-1.0

How to add a dependency to Maven

Add the following com.codeslap : github-jobs-android-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codeslap</groupId>
    <artifactId>github-jobs-android-app</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codeslap : github-jobs-android-app gradle dependency to your build.gradle file:

implementation 'com.codeslap:github-jobs-android-app:1.4'

Gradle Kotlin DSL: Add the following com.codeslap : github-jobs-android-app gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codeslap:github-jobs-android-app:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codeslap : github-jobs-android-app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codeslap" % "github-jobs-android-app" % "1.4"

Advertisement