MVN

com.atlassian : bootgraph-core

Maven & Gradle

Jul 23, 2020
8 stars

bootgraph-core · A library for graphing Spring Boot application code

<dependency>
    <groupId>com.atlassian</groupId>
    <artifactId>bootgraph-core</artifactId>
    <version>TEST-0.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atlassian : bootgraph-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: TEST-0.0.16

All Versions

Choose a version of com.atlassian : bootgraph-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
TEST
bootgraph-core-TEST-0.0.16

How to add a dependency to Maven

Add the following com.atlassian : bootgraph-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.atlassian</groupId>
    <artifactId>bootgraph-core</artifactId>
    <version>TEST-0.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.atlassian : bootgraph-core gradle dependency to your build.gradle file:

implementation 'com.atlassian:bootgraph-core:TEST-0.0.16'

Gradle Kotlin DSL: Add the following com.atlassian : bootgraph-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.atlassian:bootgraph-core:TEST-0.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.atlassian : bootgraph-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.atlassian" % "bootgraph-core" % "TEST-0.0.16"