c

compile-testing

Framework to quick build compile testing
https://github.com/XDean/compile-testing
Files download
File Operation
compile-testing-1.0.4.jar download
compile-testing-1.0.4.pom download
compile-testing-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.XDean</groupId>
  <artifactId>compile-testing</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.XDean:compile-testing:1.0.4'
Gradle Kotlin
implementation("com.github.XDean:compile-testing:1.0.4")
Scala SBT
libraryDependencies += "com.github.XDean" % "compile-testing" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.XDean', module='compile-testing', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.XDean" name="compile-testing" rev="1.0.4" />
Leiningen
[com.github.XDean/compile-testing "1.0.4"]
Apache Buildr
'com.github.XDean:compile-testing:jar:1.0.4'