is not current version
Last Version 1.0.4

com.github.XDean:compile-testing 1.0.2

Framework to quick build compile testing.

GroupId

GroupId

com.github.XDean
ArtifactId

ArtifactId

compile-testing
Version

Version

1.0.2
Type

Type

jar

Download compile-testing 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.XDean/compile-testing/ -->
<dependency>
    <groupId>com.github.XDean</groupId>
    <artifactId>compile-testing</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/compile-testing/
implementation 'com.github.XDean:compile-testing:1.0.2'
// https://jarcasting.com/artifacts/com.github.XDean/compile-testing/
implementation ("com.github.XDean:compile-testing:1.0.2")
'com.github.XDean:compile-testing:jar:1.0.2'
<dependency org="com.github.XDean" name="compile-testing" rev="1.0.2">
  <artifact name="compile-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='compile-testing', version='1.0.2')
)
libraryDependencies += "com.github.XDean" % "compile-testing" % "1.0.2"
[com.github.XDean/compile-testing "1.0.2"]