Last Version

examples 2022.2.0

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

License

License

GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

examples
Version

Version

2022.2.0
Type

Type

jar
Description

Description

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

Project URL

http://www.cs.pdx.edu/~whitlock
Project Organization

Project Organization

Portland State University
Source Code Management

Source Code Management

https://github.com/DavidWhitlock/PortlandStateJava/tree/main/examples

Download examples 2022.2.0


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

Dependencies

compile (6)

Group / Artifact Type Version
io.github.davidwhitlock.cs410J : family jar 2022.1.0
io.github.davidwhitlock.cs410J : projects jar 2022.2.0
com.sun.mail : jakarta.mail jar 2.0.1
com.google.inject : guice jar 5.1.0
org.codehaus.groovy : groovy-all pom 3.0.8
jakarta.xml.bind : jakarta.xml.bind-api jar 3.0.0

runtime (1)

Group / Artifact Type Version
com.sun.xml.bind : jaxb-impl jar 3.0.0

test (4)

Group / Artifact Type Version
io.github.davidwhitlock.cs410J : projects jar 2022.2.0
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.