MVN

com.moizhassan.modularsdk : core

Maven & Gradle

Jan 10, 2022
1 usages

core · Test for multi module lib

<dependency>
    <groupId>com.moizhassan.modularsdk</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moizhassan.modularsdk : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Alpha: 1.0.2-alpha05

All Versions

Choose a version of com.moizhassan.modularsdk : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
core-1.0.2-alpha05
core-1.0.2-alpha04
core-1.0.2-alpha03
core-1.0.2-alpha02
core-1.0.2-alpha
core-1.0.1
core-1.0.0

How to add a dependency to Maven

Add the following com.moizhassan.modularsdk : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moizhassan.modularsdk</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moizhassan.modularsdk : core gradle dependency to your build.gradle file:

implementation 'com.moizhassan.modularsdk:core:1.0.1'

Gradle Kotlin DSL: Add the following com.moizhassan.modularsdk : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moizhassan.modularsdk:core:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moizhassan.modularsdk : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moizhassan.modularsdk" % "core" % "1.0.1"

Advertisement