Download boost-filesystem-1.47.0-b1.jar file - Jar b

Jar examples for b:boost-filesystem

Description

The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories.

You can download jar file boost-filesystem 1.47.0-b1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add boost-filesystem-1.47.0-b1.jar to your project.

<dependency>
   <groupId>com.googlecode.boost-maven-project</groupId>
   <artifactId>boost-filesystem</artifactId>
   <version>1.47.0-b1</version>
</dependency>
compile group: 'com.googlecode.boost-maven-project', name: 'boost-filesystem', version: '1.47.0-b1'
libraryDependencies += "com.googlecode.boost-maven-project" % "boost-filesystem" % "1.47.0-b1"
<dependency org="com.googlecode.boost-maven-project" name="boost-filesystem" rev="1.47.0-b1"/>
@Grapes(@Grab(group='com.googlecode.boost-maven-project', module='boost-filesystem', version='1.47.0-b1'))
'com.googlecode.boost-maven-project:boost-filesystem:jar:1.47.0-b1'

Download

Click the following link to download the jar file.

boost-filesystem-1.47.0-b1-javadoc.jar
boost-filesystem-1.47.0-b1-windows-amd64-vs10.jar
boost-filesystem-1.47.0-b1-windows-i386-vs10.jar
boost-filesystem-1.47.0-b1.pom



Related Tutorials