platform-feature-flags
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.atlaskit</groupId>
<artifactId>platform-feature-flags</artifactId>
<version>1.1.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.atlaskit</groupId>
<artifactId>platform-feature-flags</artifactId>
<version>1.1.3</version>
<name>atlaskit platform-feature-flags</name>
<description>Platform Feature Flags</description>
<url>https://bitbucket.org/atlassian/atlassian-frontend-mirror#readme</url>
<organization>
<name>Atlassian Pty Ltd</name>
<url>https://bitbucket.org/atlassian/atlassian-frontend-mirror#readme</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>atlassianartifactteam</name>
<email>eng-development-tooling-secrets-and-artifacts@atlassian.com</email>
</developer>
</developers>
<scm>
<connection>https://bitbucket.org/atlassian/atlassian-frontend-mirror.git</connection>
<developerConnection>https://bitbucket.org/atlassian/atlassian-frontend-mirror.git</developerConnection>
<url>https://bitbucket.org/atlassian/atlassian-frontend-mirror</url>
</scm>
<issueManagement>
<url>https://bitbucket.org/atlassian/atlassian-frontend-mirror/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.atlaskit-feature-gate-js-client.version>[5.5.0,6)</org.mvnpm.at.atlaskit-feature-gate-js-client.version>
<org.mvnpm.at.babel-runtime.version>[7.0.0,8)</org.mvnpm.at.babel-runtime.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.atlaskit</groupId>
<artifactId>feature-gate-js-client</artifactId>
<version>${org.mvnpm.at.atlaskit-feature-gate-js-client.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.babel</groupId>
<artifactId>runtime</artifactId>
<version>${org.mvnpm.at.babel-runtime.version}</version>
</dependency>
</dependencies>
</project>