MVN

se.vgregion.notifications : notifications-core-bc-module-intsvc

Maven & Gradle

Feb 10, 2014
<dependency>
    <groupId>se.vgregion.notifications</groupId>
    <artifactId>notifications-core-bc-module-intsvc</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.vgregion.notifications : notifications-core-bc-module-intsvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of se.vgregion.notifications : notifications-core-bc-module-intsvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
notifications-core-bc-module-intsvc-1.10
1.9
notifications-core-bc-module-intsvc-1.9
1.8
notifications-core-bc-module-intsvc-1.8
1.7
notifications-core-bc-module-intsvc-1.7
1.6
notifications-core-bc-module-intsvc-1.6
1.5
notifications-core-bc-module-intsvc-1.5
1.3
notifications-core-bc-module-intsvc-1.3
1.1
notifications-core-bc-module-intsvc-1.1
1.0
notifications-core-bc-module-intsvc-1.0

How to add a dependency to Maven

Add the following se.vgregion.notifications : notifications-core-bc-module-intsvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.vgregion.notifications</groupId>
    <artifactId>notifications-core-bc-module-intsvc</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.vgregion.notifications : notifications-core-bc-module-intsvc gradle dependency to your build.gradle file:

implementation 'se.vgregion.notifications:notifications-core-bc-module-intsvc:1.10'

Gradle Kotlin DSL: Add the following se.vgregion.notifications : notifications-core-bc-module-intsvc gradle kotlin dependency to your build.gradle.kts file:

implementation("se.vgregion.notifications:notifications-core-bc-module-intsvc:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.vgregion.notifications : notifications-core-bc-module-intsvc sbt scala dependency to your build.sbt file:

libraryDependencies += "se.vgregion.notifications" % "notifications-core-bc-module-intsvc" % "1.10"