| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdcom.googlecode.princeton-java-introduction | 
| ArtifactId | ArtifactIdintrocs | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionIntroduction to Programming in Java The project object model for modules from Princeton's "Introduction to Programming in Java" textbook. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| introcs-1.0.1.pom | 4 KB | 
| Browse | 
<!-- 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"]