p

plugin

Questioner Gradle plugin for CS 124.
https://cs124.org
MIT License
Geoffrey Challen
Files download
File Operation
plugin-2024.3.2.jar download
plugin-2024.3.2.pom download
plugin-2024.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cs124</groupId>
  <artifactId>plugin</artifactId>
  <version>2024.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.cs124:plugin:2024.3.2'
Gradle Kotlin
implementation("org.cs124:plugin:2024.3.2")
Scala SBT
libraryDependencies += "org.cs124" % "plugin" % "2024.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.cs124', module='plugin', version='2024.3.2')
)
Apache Ivy
<dependency org="org.cs124" name="plugin" rev="2024.3.2" />
Leiningen
[org.cs124/plugin "2024.3.2"]
Apache Buildr
'org.cs124:plugin:jar:2024.3.2'