p

paut-program_2.12

A small library to be used in conjunction with sbt-pAut-plugin that enables easy reading and testing of Advent of Code solutions
https://github.com/DagHemberg/pAut-program
MIT
io.github.daghemberg
Dag Hemberg
Files download
File Operation
paut-program_2.12-0.1.0.jar download
paut-program_2.12-0.1.0.pom download
paut-program_2.12-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.daghemberg</groupId>
  <artifactId>paut-program_2.12</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.daghemberg:paut-program_2.12:0.1.0'
Gradle Kotlin
implementation("io.github.daghemberg:paut-program_2.12:0.1.0")
Scala SBT
libraryDependencies += "io.github.daghemberg" % "paut-program_2.12" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.daghemberg', module='paut-program_2.12', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.daghemberg" name="paut-program_2.12" rev="0.1.0" />
Leiningen
[io.github.daghemberg/paut-program_2.12 "0.1.0"]
Apache Buildr
'io.github.daghemberg:paut-program_2.12:jar:0.1.0'