Download stdlib-9.3.0.jar file - Jar s

Jar examples for s:stdlib

Description

Standard input and output libraries from Princeton's "Introduction to Programming in Java" textbook.

You can download jar file stdlib 9.3.0 in this page.

License

Mozilla Public License (Version 2.0)

Build File

You can use the following script to add stdlib-9.3.0.jar to your project.

<dependency>
   <groupId>com.peterphi.std</groupId>
   <artifactId>stdlib</artifactId>
   <version>9.3.0</version>
</dependency>
compile group: 'com.peterphi.std', name: 'stdlib', version: '9.3.0'
libraryDependencies += "com.peterphi.std" % "stdlib" % "9.3.0"
<dependency org="com.peterphi.std" name="stdlib" rev="9.3.0"/>
@Grapes(@Grab(group='com.peterphi.std', module='stdlib', version='9.3.0'))
'com.peterphi.std:stdlib:jar:9.3.0'

Download

Click the following link to download the jar file.

stdlib-9.3.0-javadoc.jar
stdlib-9.3.0-sources.jar
stdlib-9.3.0.jar
stdlib-9.3.0.pom



Related Tutorials