MVN

com.github.pabloo99.xmlsoccer : xmlsoccer

Maven & Gradle

May 13, 2018
13 stars

xmlsoccer-client · Java client for XMLSoccer API

<dependency>
    <groupId>com.github.pabloo99.xmlsoccer</groupId>
    <artifactId>xmlsoccer</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pabloo99.xmlsoccer : xmlsoccer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.github.pabloo99.xmlsoccer : xmlsoccer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
xmlsoccer-0.1
0.0.x
xmlsoccer-0.0.7
xmlsoccer-0.0.6
xmlsoccer-0.0.5
xmlsoccer-0.0.4
xmlsoccer-0.0.3
xmlsoccer-0.0.2
xmlsoccer-0.0.1

How to add a dependency to Maven

Add the following com.github.pabloo99.xmlsoccer : xmlsoccer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pabloo99.xmlsoccer</groupId>
    <artifactId>xmlsoccer</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pabloo99.xmlsoccer : xmlsoccer gradle dependency to your build.gradle file:

implementation 'com.github.pabloo99.xmlsoccer:xmlsoccer:0.0.7'

Gradle Kotlin DSL: Add the following com.github.pabloo99.xmlsoccer : xmlsoccer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pabloo99.xmlsoccer:xmlsoccer:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pabloo99.xmlsoccer : xmlsoccer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pabloo99.xmlsoccer" % "xmlsoccer" % "0.0.7"