License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.googlecode.boost-maven-project |
ArtifactId | ArtifactIdboost-system |
Last Version | Last Version1.47.0-b1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBoost System
Operating system support, including the diagnostics support that will be part of the C++0x standard library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
boost-system-1.47.0-b1.pom | -1 bytes |
boost-system-1.47.0-b1-windows-i386-vs10.jar | 379 KB |
boost-system-1.47.0-b1-windows-amd64-vs10.jar | 409 KB |
boost-system-1.47.0-b1-javadoc.jar | 328 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.boost-maven-project/boost-system/ -->
<dependency>
<groupId>com.googlecode.boost-maven-project</groupId>
<artifactId>boost-system</artifactId>
<version>1.47.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.boost-maven-project/boost-system/
implementation 'com.googlecode.boost-maven-project:boost-system:1.47.0-b1'
// https://jarcasting.com/artifacts/com.googlecode.boost-maven-project/boost-system/
implementation ("com.googlecode.boost-maven-project:boost-system:1.47.0-b1")
'com.googlecode.boost-maven-project:boost-system:jar:1.47.0-b1'
<dependency org="com.googlecode.boost-maven-project" name="boost-system" rev="1.47.0-b1">
<artifact name="boost-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.boost-maven-project', module='boost-system', version='1.47.0-b1')
)
libraryDependencies += "com.googlecode.boost-maven-project" % "boost-system" % "1.47.0-b1"
[com.googlecode.boost-maven-project/boost-system "1.47.0-b1"]