License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.liulishuo.okcheck |
ArtifactId | ArtifactIdgradle |
Version | Version0.2.8 |
Type | Typejar |
Description |
DescriptionOkCheck
okcheck gradle plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-0.2.8.pom | |
gradle-0.2.8.jar | 219 KB |
gradle-0.2.8-sources.jar | 29 KB |
gradle-0.2.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.liulishuo.okcheck/gradle/ -->
<dependency>
<groupId>com.liulishuo.okcheck</groupId>
<artifactId>gradle</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liulishuo.okcheck/gradle/
implementation 'com.liulishuo.okcheck:gradle:0.2.8'
// https://jarcasting.com/artifacts/com.liulishuo.okcheck/gradle/
implementation ("com.liulishuo.okcheck:gradle:0.2.8")
'com.liulishuo.okcheck:gradle:jar:0.2.8'
<dependency org="com.liulishuo.okcheck" name="gradle" rev="0.2.8">
<artifact name="gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liulishuo.okcheck', module='gradle', version='0.2.8')
)
libraryDependencies += "com.liulishuo.okcheck" % "gradle" % "0.2.8"
[com.liulishuo.okcheck/gradle "0.2.8"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |