MVN

com.brentcroft : spartacus

Maven & Gradle

Feb 26, 2021

Spartacus · Author and execute plans on groups of system roots to organise, manage, and apply change to distributed systems.

<dependency>
    <groupId>com.brentcroft</groupId>
    <artifactId>spartacus</artifactId>
    <version>01.02.07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.brentcroft : spartacus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 01.02.07

All Versions

Choose a version of com.brentcroft : spartacus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
01.02.x
spartacus-01.02.07
spartacus-01.02.06
spartacus-01.02.05
spartacus-01.02.04
spartacus-01.02.03
spartacus-01.02.02
spartacus-01.02.01
spartacus-01.02.00
01.01.x
spartacus-01.01.07
spartacus-01.01.06
spartacus-01.01.05
spartacus-01.01.04
spartacus-01.01.03
spartacus-01.01.01
00.02.x
spartacus-00.02.29

How to add a dependency to Maven

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

<dependency>
    <groupId>com.brentcroft</groupId>
    <artifactId>spartacus</artifactId>
    <version>01.02.07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.brentcroft : spartacus gradle dependency to your build.gradle file:

implementation 'com.brentcroft:spartacus:01.02.07'

Gradle Kotlin DSL: Add the following com.brentcroft : spartacus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.brentcroft:spartacus:01.02.07")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.brentcroft : spartacus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.brentcroft" % "spartacus" % "01.02.07"

Advertisement