| License |
License |
|---|---|
| GroupId | GroupIdio.github.davidwhitlock.com.sandwich |
| ArtifactId | ArtifactIdkoans-parent |
| Last Version | Last Version2022.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJava Koans Parent POM
Example Java Code for CS410J: Advanced Java Programming at Portland State University
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| koans-parent-2022.1.0.pom | 730 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-parent/ -->
<dependency>
<groupId>io.github.davidwhitlock.com.sandwich</groupId>
<artifactId>koans-parent</artifactId>
<version>2022.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-parent/
implementation 'io.github.davidwhitlock.com.sandwich:koans-parent:2022.1.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-parent/
implementation ("io.github.davidwhitlock.com.sandwich:koans-parent:2022.1.0")
'io.github.davidwhitlock.com.sandwich:koans-parent:pom:2022.1.0'
<dependency org="io.github.davidwhitlock.com.sandwich" name="koans-parent" rev="2022.1.0">
<artifact name="koans-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.com.sandwich', module='koans-parent', version='2022.1.0')
)
libraryDependencies += "io.github.davidwhitlock.com.sandwich" % "koans-parent" % "2022.1.0"
[io.github.davidwhitlock.com.sandwich/koans-parent "2022.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.5.1 |