GroupId | GroupIdcom.github.XDean |
---|---|
ArtifactId | ArtifactIdcompile-testing |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
compile-testing-1.0.1.pom | |
compile-testing-1.0.1.jar | 11 KB |
compile-testing-1.0.1-sources.jar | 7 KB |
compile-testing-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/compile-testing/
implementation 'com.github.XDean:compile-testing:1.0.1'
// https://jarcasting.com/artifacts/com.github.XDean/compile-testing/
implementation ("com.github.XDean:compile-testing:1.0.1")
'com.github.XDean:compile-testing:jar:1.0.1'
<dependency org="com.github.XDean" name="compile-testing" rev="1.0.1">
<artifact name="compile-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='compile-testing', version='1.0.1')
)
libraryDependencies += "com.github.XDean" % "compile-testing" % "1.0.1"
[com.github.XDean/compile-testing "1.0.1"]