MVN

eu.rssw.pct : groovy-pct

Maven & Gradle

Jun 01, 2023
5 stars

Standalone PCT / Groovy launcher · Standalone PCT / Groovy launcher

<dependency>
    <groupId>eu.rssw.pct</groupId>
    <artifactId>groovy-pct</artifactId>
    <version>226.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.rssw.pct : groovy-pct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 226.2

All Versions

Choose a version of eu.rssw.pct : groovy-pct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
226.2
groovy-pct-226.2
226.1
groovy-pct-226.1
226
groovy-pct-226
225.1
groovy-pct-225.1
225
groovy-pct-225
224
groovy-pct-224
223.1
groovy-pct-223.1
223
groovy-pct-223
222
groovy-pct-222

How to add a dependency to Maven

Add the following eu.rssw.pct : groovy-pct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.rssw.pct</groupId>
    <artifactId>groovy-pct</artifactId>
    <version>226.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.rssw.pct : groovy-pct gradle dependency to your build.gradle file:

implementation 'eu.rssw.pct:groovy-pct:226.2'

Gradle Kotlin DSL: Add the following eu.rssw.pct : groovy-pct gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.rssw.pct:groovy-pct:226.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.rssw.pct : groovy-pct sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.rssw.pct" % "groovy-pct" % "226.2"