is not current version
Last Version 1.0.2

ca.grimoire:todo-annotations 1.0.1

Annotations and processors for tagging questionable code and tracking TODOs in a compiler-detectable way.

GroupId

GroupId

ca.grimoire
ArtifactId

ArtifactId

todo-annotations
Version

Version

1.0.1
Type

Type

jar

Download todo-annotations 1.0.1


<!-- https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/ -->
<dependency>
    <groupId>ca.grimoire</groupId>
    <artifactId>todo-annotations</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/
implementation 'ca.grimoire:todo-annotations:1.0.1'
// https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/
implementation ("ca.grimoire:todo-annotations:1.0.1")
'ca.grimoire:todo-annotations:jar:1.0.1'
<dependency org="ca.grimoire" name="todo-annotations" rev="1.0.1">
  <artifact name="todo-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.grimoire', module='todo-annotations', version='1.0.1')
)
libraryDependencies += "ca.grimoire" % "todo-annotations" % "1.0.1"
[ca.grimoire/todo-annotations "1.0.1"]