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.
- Host: GitHub
- URL: https://github.com/fracpete/princeton-java-introduction
- Owner: fracpete
- License: gpl-3.0
- Created: 2015-03-15T22:18:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T03:48:54.000Z (about 11 years ago)
- Last Synced: 2024-10-19T12:15:48.216Z (over 1 year ago)
- Topics: introduction, java
- Language: Java
- Homepage: http://introcs.cs.princeton.edu/java/
- Size: 367 KB
- Stars: 9
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```