Files download
File Operation
include-core-build-1.3.1.jar download
include-core-build-1.3.1.pom download
include-core-build-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.proton.core.gradle-plugins</groupId>
  <artifactId>include-core-build</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'me.proton.core.gradle-plugins:include-core-build:1.3.1'
Gradle Kotlin
implementation("me.proton.core.gradle-plugins:include-core-build:1.3.1")
Scala SBT
libraryDependencies += "me.proton.core.gradle-plugins" % "include-core-build" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='me.proton.core.gradle-plugins', module='include-core-build', version='1.3.1')
)
Apache Ivy
<dependency org="me.proton.core.gradle-plugins" name="include-core-build" rev="1.3.1" />
Leiningen
[me.proton.core.gradle-plugins/include-core-build "1.3.1"]
Apache Buildr
'me.proton.core.gradle-plugins:include-core-build:jar:1.3.1'