| License |
License
MIT
|
|---|---|
| GroupId | GroupIdca.grimoire |
| ArtifactId | ArtifactIdtodo-annotations |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTODO Annotations
Annotations and processors for tagging questionable code and tracking
TODOs in a compiler-detectable way.
|
| Project Organization |
Project OrganizationGrimoire Alchymia |
| Filename | Size |
|---|---|
| todo-annotations-1.0.2.pom | |
| todo-annotations-1.0.2.jar | 9 KB |
| todo-annotations-1.0.2-sources.jar | 4 KB |
| todo-annotations-1.0.2-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/ -->
<dependency>
<groupId>ca.grimoire</groupId>
<artifactId>todo-annotations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/
implementation 'ca.grimoire:todo-annotations:1.0.2'
// https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/
implementation ("ca.grimoire:todo-annotations:1.0.2")
'ca.grimoire:todo-annotations:jar:1.0.2'
<dependency org="ca.grimoire" name="todo-annotations" rev="1.0.2">
<artifact name="todo-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.grimoire', module='todo-annotations', version='1.0.2')
)
libraryDependencies += "ca.grimoire" % "todo-annotations" % "1.0.2"
[ca.grimoire/todo-annotations "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.5 |