License |
License |
---|---|
GroupId | GroupIdcom.github.XDean |
ArtifactId | ArtifactIdcompile-testing |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCompile Testing
Framework to quick build compile testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
compile-testing-1.0.4.pom | |
compile-testing-1.0.4.jar | 11 KB |
compile-testing-1.0.4-sources.jar | 8 KB |
compile-testing-1.0.4-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/compile-testing/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>compile-testing</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/compile-testing/
implementation 'com.github.XDean:compile-testing:1.0.4'
// https://jarcasting.com/artifacts/com.github.XDean/compile-testing/
implementation ("com.github.XDean:compile-testing:1.0.4")
'com.github.XDean:compile-testing:jar:1.0.4'
<dependency org="com.github.XDean" name="compile-testing" rev="1.0.4">
<artifact name="compile-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='compile-testing', version='1.0.4')
)
libraryDependencies += "com.github.XDean" % "compile-testing" % "1.0.4"
[com.github.XDean/compile-testing "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.testing.compile : compile-testing | jar | 0.13 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc3 |