MVN

com.googlecode.princeton-java-introduction : introcs

Maven & Gradle

Jun 04, 2014
1 usages

Introduction to Programming in Java · The project object model for modules from Princeton's "Introduction to Programming in Java" textbook.

<dependency>
    <groupId>com.googlecode.princeton-java-introduction</groupId>
    <artifactId>introcs</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.princeton-java-introduction : introcs to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.googlecode.princeton-java-introduction : introcs to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
introcs-1.0.1
introcs-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.princeton-java-introduction</groupId>
    <artifactId>introcs</artifactId>
    <version>1.0.1</version>
</dependency>