License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.jdroidframework |
ArtifactId | ArtifactIdjdroid-gradle-timer-plugin |
Last Version | Last Version0.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJdroid Gradle Timer Plugin
Jdroid Gradle Plugin to measure the build time of a project
|
Project Organization |
Project OrganizationJdroid |
<!-- https://jarcasting.com/artifacts/com.jdroidframework/jdroid-gradle-timer-plugin/ -->
<dependency>
<groupId>com.jdroidframework</groupId>
<artifactId>jdroid-gradle-timer-plugin</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jdroidframework/jdroid-gradle-timer-plugin/
implementation 'com.jdroidframework:jdroid-gradle-timer-plugin:0.9.2'
// https://jarcasting.com/artifacts/com.jdroidframework/jdroid-gradle-timer-plugin/
implementation ("com.jdroidframework:jdroid-gradle-timer-plugin:0.9.2")
'com.jdroidframework:jdroid-gradle-timer-plugin:jar:0.9.2'
<dependency org="com.jdroidframework" name="jdroid-gradle-timer-plugin" rev="0.9.2">
<artifact name="jdroid-gradle-timer-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jdroidframework', module='jdroid-gradle-timer-plugin', version='0.9.2')
)
libraryDependencies += "com.jdroidframework" % "jdroid-gradle-timer-plugin" % "0.9.2"
[com.jdroidframework/jdroid-gradle-timer-plugin "0.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.jdroidframework : jdroid-java | jar | 0.9.6 |
com.jdroidframework : jdroid-java-http-okhttp | jar | 0.9.6 |