MVN

com.bluetrainsoftware.tiles : tile-release

Maven & Gradle

Jun 01, 2021
0 stars

tile-release · The SDKs for Java are released to Apache Maven Central. This tile controls this process.

<dependency>
    <groupId>com.bluetrainsoftware.tiles</groupId>
    <artifactId>tile-release</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.tiles : tile-release to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.bluetrainsoftware.tiles : tile-release to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
tile-release-1.1

How to add a dependency to Maven

Add the following com.bluetrainsoftware.tiles : tile-release maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bluetrainsoftware.tiles</groupId>
    <artifactId>tile-release</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bluetrainsoftware.tiles : tile-release gradle dependency to your build.gradle file:

implementation 'com.bluetrainsoftware.tiles:tile-release:1.1'

Gradle Kotlin DSL: Add the following com.bluetrainsoftware.tiles : tile-release gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bluetrainsoftware.tiles:tile-release:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bluetrainsoftware.tiles : tile-release sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bluetrainsoftware.tiles" % "tile-release" % "1.1"