Introduction to Programming in Java

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.googlecode.princeton-java-introduction
ArtifactId

ArtifactId

introcs
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

http://introcs.cs.princeton.edu/java/
Source Code Management

Source Code Management

https://code.google.com/p/princeton-java-introduction/

Download introcs

Filename Size
introcs-1.0.1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.princeton-java-introduction/introcs/ -->
<dependency>
    <groupId>com.googlecode.princeton-java-introduction</groupId>
    <artifactId>introcs</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.princeton-java-introduction/introcs/
implementation 'com.googlecode.princeton-java-introduction:introcs:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.princeton-java-introduction/introcs/
implementation ("com.googlecode.princeton-java-introduction:introcs:1.0.1")
'com.googlecode.princeton-java-introduction:introcs:pom:1.0.1'
<dependency org="com.googlecode.princeton-java-introduction" name="introcs" rev="1.0.1">
  <artifact name="introcs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.princeton-java-introduction', module='introcs', version='1.0.1')
)
libraryDependencies += "com.googlecode.princeton-java-introduction" % "introcs" % "1.0.1"
[com.googlecode.princeton-java-introduction/introcs "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • stdlib
  • examples
  • exercises

Versions

Version
1.0.1
1.0.0