s

sparkling-multimodule

Multimodule build for the sparkling project.
http://github.com/heuermh/sparkling
The Apache Software License, Version 2.0
Michael Heuer Per Wendel
Files download
File Operation
sparkling-multimodule-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.heuermh.sparkling</groupId>
  <artifactId>sparkling-multimodule</artifactId>
  <version>1.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.heuermh.sparkling:sparkling-multimodule:1.1.2'
Gradle Kotlin
implementation("com.github.heuermh.sparkling:sparkling-multimodule:1.1.2")
Scala SBT
libraryDependencies += "com.github.heuermh.sparkling" % "sparkling-multimodule" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.heuermh.sparkling', module='sparkling-multimodule', version='1.1.2')
)
Apache Ivy
<dependency org="com.github.heuermh.sparkling" name="sparkling-multimodule" rev="1.1.2" />
Leiningen
[com.github.heuermh.sparkling/sparkling-multimodule "1.1.2"]
Apache Buildr
'com.github.heuermh.sparkling:sparkling-multimodule:jar:1.1.2'