| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdcom.googlecode.princeton-java-introduction | 
| ArtifactId | ArtifactIdexercises | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionIntroduction to Programming in Java - Exercises Exercise code from Princeton's "Introduction to Programming in Java" textbook. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| exercises-1.0.1.pom | |
| exercises-1.0.1.jar | 65 KB | 
| exercises-1.0.1-sources.jar | 49 KB | 
| exercises-1.0.1-javadoc.jar | 292 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.googlecode.princeton-java-introduction/exercises/ -->
<dependency>
    <groupId>com.googlecode.princeton-java-introduction</groupId>
    <artifactId>exercises</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.princeton-java-introduction/exercises/
implementation 'com.googlecode.princeton-java-introduction:exercises:1.0.1'// https://jarcasting.com/artifacts/com.googlecode.princeton-java-introduction/exercises/
implementation ("com.googlecode.princeton-java-introduction:exercises:1.0.1")'com.googlecode.princeton-java-introduction:exercises:jar:1.0.1'<dependency org="com.googlecode.princeton-java-introduction" name="exercises" rev="1.0.1">
  <artifact name="exercises" type="jar" />
</dependency>@Grapes(
@Grab(group='com.googlecode.princeton-java-introduction', module='exercises', version='1.0.1')
)libraryDependencies += "com.googlecode.princeton-java-introduction" % "exercises" % "1.0.1"[com.googlecode.princeton-java-introduction/exercises "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.googlecode.princeton-java-introduction : stdlib | jar | 1.0.1 |