MVN

io.github.davidwhitlock.cs410J : cs410j

Maven & Gradle

Jun 10, 2023
17 stars

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

<dependency>
    <groupId>io.github.davidwhitlock.cs410J</groupId>
    <artifactId>cs410j</artifactId>
    <version>2023.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.davidwhitlock.cs410J : cs410j to add to Maven - Latest Versions:

  • Latest Stable: 2023.1.0

All Versions

Choose a version of io.github.davidwhitlock.cs410J : cs410j to add to Maven - All Versions:

Version Vulnerabilities Updated
2023.1.x
cs410j-2023.1.0
2023.0.x
cs410j-2023.0.0
2022.1.x
cs410j-2022.1.0
2022.0.x
cs410j-2022.0.0
2021.3.x
cs410j-2021.3.0
2021.2.x
cs410j-2021.2.0
2021.1.x
cs410j-2021.1.0
2021.0.x
cs410j-2021.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.davidwhitlock.cs410J</groupId>
    <artifactId>cs410j</artifactId>
    <version>2023.1.0</version>
</dependency>