| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdme.dlkanth |
| ArtifactId | ArtifactIdleadtodo |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLeadToDo
A Gradle Plugin to manage your code Todo comments using Asana Integeration.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| leadtodo-1.0.pom | |
| leadtodo-1.0.jar | 14 KB |
| leadtodo-1.0-sources.jar | 4 KB |
| leadtodo-1.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.dlkanth/leadtodo/ -->
<dependency>
<groupId>me.dlkanth</groupId>
<artifactId>leadtodo</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.dlkanth/leadtodo/
implementation 'me.dlkanth:leadtodo:1.0'
// https://jarcasting.com/artifacts/me.dlkanth/leadtodo/
implementation ("me.dlkanth:leadtodo:1.0")
'me.dlkanth:leadtodo:jar:1.0'
<dependency org="me.dlkanth" name="leadtodo" rev="1.0">
<artifact name="leadtodo" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.dlkanth', module='leadtodo', version='1.0')
)
libraryDependencies += "me.dlkanth" % "leadtodo" % "1.0"
[me.dlkanth/leadtodo "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.asana : asana | jar | 0.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |