t

tile-release

This is the foundation tile of all other releases for the platform. It defines how a Maven project is to be released to Central and what plugins must run (and pass) for this to happen. Other tiles will build on this one.
https://clearpointnz.github.io/connect/
Apache License 2.0
Richard Vowles
Files download
File Operation
tile-release-1.3.pom download
Apache Maven
<dependency>
  <groupId>cd.connect.tiles</groupId>
  <artifactId>tile-release</artifactId>
  <version>1.3</version>
  <type>tile</type>
</dependency>
Gradle Groovy
implementation 'cd.connect.tiles:tile-release:1.3'
Gradle Kotlin
implementation("cd.connect.tiles:tile-release:1.3")
Scala SBT
libraryDependencies += "cd.connect.tiles" % "tile-release" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='cd.connect.tiles', module='tile-release', version='1.3')
)
Apache Ivy
<dependency org="cd.connect.tiles" name="tile-release" rev="1.3" />
Leiningen
[cd.connect.tiles/tile-release "1.3"]
Apache Buildr
'cd.connect.tiles:tile-release:jar:1.3'
Dependencies
The project has no third-party dependencies