License |
License |
---|---|
GroupId | GroupIdcom.github.brunotl |
ArtifactId | ArtifactIdboost_predef |
Last Version | Last Version1.78.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionPredef
This library defines a set of compiler, architecture, operating system, library, and other version numbers from the information it can gather of C, C++, Objective C, and Objective C++ predefined macros or those defined in generally available headers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
boost_predef-1.78.0.pom | |
boost_predef-1.78.0.aar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brunotl/boost_predef/ -->
<dependency>
<groupId>com.github.brunotl</groupId>
<artifactId>boost_predef</artifactId>
<version>1.78.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunotl/boost_predef/
implementation 'com.github.brunotl:boost_predef:1.78.0'
// https://jarcasting.com/artifacts/com.github.brunotl/boost_predef/
implementation ("com.github.brunotl:boost_predef:1.78.0")
'com.github.brunotl:boost_predef:aar:1.78.0'
<dependency org="com.github.brunotl" name="boost_predef" rev="1.78.0">
<artifact name="boost_predef" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunotl', module='boost_predef', version='1.78.0')
)
libraryDependencies += "com.github.brunotl" % "boost_predef" % "1.78.0"
[com.github.brunotl/boost_predef "1.78.0"]