boost_variant
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.brunotl</groupId>
<artifactId>boost_variant</artifactId>
<version>1.81.0</version>
</dependency><?xml version='1.0' encoding='utf-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>com.github.brunotl</groupId>
<artifactId>boost_variant</artifactId>
<version>1.81.0</version>
<packaging>aar</packaging>
<name>Variant</name>
<description>Safe, generic, stack-based discriminated union container.</description>
<url>https://www.boost.org/</url>
<licenses>
<license>
<name>Distributed under the Boost Software License, Version 1.0.</name>
<url>http://www.boost.org/LICENSE_1_0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer><name>Antony Polukhin <antoshkka -at- gmail.com></name></developer><developer><name>Eric Friedman <ericbrandon -at- gmail.com></name></developer></developers>
<scm>
<connection>scm:git:https://github.com/boostorg/variant.git</connection>
<url>https://github.com/boostorg/variant.git</url>
</scm>
<dependencies>
<dependency><groupId>com.github.brunotl</groupId><artifactId>boost_config</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_mpl</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_type_traits</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_preprocessor</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_type_index</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_detail</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_integer</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_static_assert</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_core</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_throw_exception</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_utility</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_bind</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_assert</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_move</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency><dependency><groupId>com.github.brunotl</groupId><artifactId>boost_functional</artifactId><version>1.81.0</version><type>aar</type><optional /></dependency></dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>