MVN

io.github.rmuhamedgaliev : JPS-core

Maven & Gradle

Sep 03, 2015

JPS-core · Java Pluggable System

<dependency>
    <groupId>io.github.rmuhamedgaliev</groupId>
    <artifactId>JPS-core</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rmuhamedgaliev : JPS-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of io.github.rmuhamedgaliev : JPS-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.1.x
JPS-core-v0.1.5
JPS-core-v0.1.5-2-geb5c481
1.0.x
JPS-core-1.0.2
JPS-core-1.0.1
0.1.x
JPS-core-0.1.6
JPS-core-0.1.5

How to add a dependency to Maven

Add the following io.github.rmuhamedgaliev : JPS-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rmuhamedgaliev</groupId>
    <artifactId>JPS-core</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rmuhamedgaliev : JPS-core gradle dependency to your build.gradle file:

implementation 'io.github.rmuhamedgaliev:JPS-core:0.1.6'

Gradle Kotlin DSL: Add the following io.github.rmuhamedgaliev : JPS-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rmuhamedgaliev:JPS-core:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rmuhamedgaliev : JPS-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rmuhamedgaliev" % "JPS-core" % "0.1.6"

Advertisement