MVN

org.cs124.questioner : plugin

Maven & Gradle

Mar 13, 2024
0 stars

questioner · Questioner Gradle plugin for CS 124.

<dependency>
    <groupId>org.cs124.questioner</groupId>
    <artifactId>plugin</artifactId>
    <version>2024.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cs124.questioner : plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2024.3.3

All Versions

Choose a version of org.cs124.questioner : plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2024.3.x
plugin-2024.3.3

How to add a dependency to Maven

Add the following org.cs124.questioner : plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cs124.questioner</groupId>
    <artifactId>plugin</artifactId>
    <version>2024.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cs124.questioner : plugin gradle dependency to your build.gradle file:

implementation 'org.cs124.questioner:plugin:2024.3.3'

Gradle Kotlin DSL: Add the following org.cs124.questioner : plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cs124.questioner:plugin:2024.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cs124.questioner : plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cs124.questioner" % "plugin" % "2024.3.3"