nadel-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.atlassian</groupId> <artifactId>nadel-test</artifactId> <version>2022-01-24T23-18-02-231e3cb0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.atlassian</groupId> <artifactId>nadel-test</artifactId> <version>2022-01-24T23-18-02-231e3cb0</version> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.31</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.atlassian</groupId> <artifactId>nadel-api</artifactId> <version>2022-01-24T23-18-02-231e3cb0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.atlassian</groupId> <artifactId>nadel-engine</artifactId> <version>2022-01-24T23-18-02-231e3cb0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.atlassian</groupId> <artifactId>nadel-engine-nextgen</artifactId> <version>2022-01-24T23-18-02-231e3cb0</version> <scope>runtime</scope> </dependency> </dependencies> <name>nadel-test</name> <description>Nadel is a Java library that combines multiple GrahpQL services together into one API.</description> <url>https://github.com/atlassian-labs/nadel</url> <scm> <url>https://github.com/atlassian-labs/nadel</url> <connection>https://github.com/atlassian-labs/nadel</connection> <developerConnection>https://github.com/atlassian-labs/nadel</developerConnection> </scm> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>andimarek</id> <name>Andreas Marek</name> </developer> </developers> </project>