An open API service indexing awesome lists of open source software.

https://github.com/fracpete/princeton-java-introduction

Contains the mavenized code examples from Princeton's Introduction to Programming in Java.
https://github.com/fracpete/princeton-java-introduction

introduction java

Last synced: about 1 year ago
JSON representation

Contains the mavenized code examples from Princeton's Introduction to Programming in Java.

Awesome Lists containing this project

README

          

princeton-java-introduction
===========================

Contains the [mavenized](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22introcs%22) code examples from Princeton's "Introduction to Programming in Java".

http://introcs.cs.princeton.edu/java/

You can use the following dependency in your `pom.xml` to include the standard I/O classes:

```xml

com.github.fracpete
princeton-java-stdlib
1.0.2

```