MVN

org.bongiorno : ws-core

Maven & Gradle

Feb 15, 2015
2 usages
0 stars

Webservices Core · Core classes to be shared amongst all webservice implementations

<dependency>
    <groupId>org.bongiorno</groupId>
    <artifactId>ws-core</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bongiorno : ws-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of org.bongiorno : ws-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ws-core-1.0.8
ws-core-1.0.7
ws-core-1.0.6
ws-core-1.0.2
ws-core-1.0.0

How to add a dependency to Maven

Add the following org.bongiorno : ws-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bongiorno</groupId>
    <artifactId>ws-core</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bongiorno : ws-core gradle dependency to your build.gradle file:

implementation 'org.bongiorno:ws-core:1.0.8'

Gradle Kotlin DSL: Add the following org.bongiorno : ws-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bongiorno:ws-core:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bongiorno : ws-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bongiorno" % "ws-core" % "1.0.8"