MVN

org.zoxweb : zoxweb-core

Maven & Gradle

Feb 13, 2023
0 stars

zoxweb-core · XlogistX(prev ZoxWeb.com) public utilities jar

<dependency>
    <groupId>org.zoxweb</groupId>
    <artifactId>zoxweb-core</artifactId>
    <version>2.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.5

All Versions

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

Version Vulnerabilities Updated
2.3.x
zoxweb-core-2.3.5
zoxweb-core-2.3.4
zoxweb-core-2.3.3
zoxweb-core-2.3.2
zoxweb-core-2.3.1
zoxweb-core-2.3.0
2.2.x
zoxweb-core-2.2.9
zoxweb-core-2.2.8
zoxweb-core-2.2.7
zoxweb-core-2.2.6
zoxweb-core-2.2.5
zoxweb-core-2.2.4
zoxweb-core-2.2.3
zoxweb-core-2.2.2
zoxweb-core-2.2.1
zoxweb-core-2.2.0
2.1.x
zoxweb-core-2.1.9
zoxweb-core-2.1.8
zoxweb-core-2.1.7
zoxweb-core-2.1.6
zoxweb-core-2.1.5
zoxweb-core-2.1.4
zoxweb-core-2.1.3
zoxweb-core-2.1.2
zoxweb-core-2.1.1
zoxweb-core-2.1.0
2.0.x
zoxweb-core-2.0.9
zoxweb-core-2.0.8
zoxweb-core-2.0.7
zoxweb-core-2.0.6
zoxweb-core-2.0.5
zoxweb-core-2.0.4
zoxweb-core-2.0.3
zoxweb-core-2.0.2
zoxweb-core-2.0.1
2.0
zoxweb-core-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.zoxweb</groupId>
    <artifactId>zoxweb-core</artifactId>
    <version>2.3.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.zoxweb:zoxweb-core:2.3.5'

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

implementation("org.zoxweb:zoxweb-core:2.3.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.zoxweb" % "zoxweb-core" % "2.3.5"

Advertisement