Java Koans Framework

Example Java Code for CS410J: Advanced Java Programming at Portland State University

License

License

GroupId

GroupId

io.github.davidwhitlock.com.sandwich
ArtifactId

ArtifactId

koans-lib
Last Version

Last Version

2022.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Koans Framework
Example Java Code for CS410J: Advanced Java Programming at Portland State University
Project URL

Project URL

https://github.com/DavidWhitlock/java-koans
Project Organization

Project Organization

Portland State University

Download koans-lib

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-lib/ -->
<dependency>
    <groupId>io.github.davidwhitlock.com.sandwich</groupId>
    <artifactId>koans-lib</artifactId>
    <version>2022.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-lib/
implementation 'io.github.davidwhitlock.com.sandwich:koans-lib:2022.1.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-lib/
implementation ("io.github.davidwhitlock.com.sandwich:koans-lib:2022.1.0")
'io.github.davidwhitlock.com.sandwich:koans-lib:jar:2022.1.0'
<dependency org="io.github.davidwhitlock.com.sandwich" name="koans-lib" rev="2022.1.0">
  <artifact name="koans-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.com.sandwich', module='koans-lib', version='2022.1.0')
)
libraryDependencies += "io.github.davidwhitlock.com.sandwich" % "koans-lib" % "2022.1.0"
[io.github.davidwhitlock.com.sandwich/koans-lib "2022.1.0"]

Dependencies

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.easymock : easymock jar 3.4
org.junit.jupiter : junit-jupiter jar 5.9.0-M1
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 4.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
2022.1.0
2022.0.0
2021.0.1
2021.0.0