| GroupId | GroupIdcom.trello.mrclean |
|---|---|
| ArtifactId | ArtifactIdmr-clean-annotations |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mr-clean-annotations-0.9.0.pom | |
| mr-clean-annotations-0.9.0.jar | 1 KB |
| mr-clean-annotations-0.9.0-sources.jar | 1 KB |
| mr-clean-annotations-0.9.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.trello.mrclean/mr-clean-annotations/ -->
<dependency>
<groupId>com.trello.mrclean</groupId>
<artifactId>mr-clean-annotations</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.trello.mrclean/mr-clean-annotations/
implementation 'com.trello.mrclean:mr-clean-annotations:0.9.0'
// https://jarcasting.com/artifacts/com.trello.mrclean/mr-clean-annotations/
implementation ("com.trello.mrclean:mr-clean-annotations:0.9.0")
'com.trello.mrclean:mr-clean-annotations:jar:0.9.0'
<dependency org="com.trello.mrclean" name="mr-clean-annotations" rev="0.9.0">
<artifact name="mr-clean-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trello.mrclean', module='mr-clean-annotations', version='0.9.0')
)
libraryDependencies += "com.trello.mrclean" % "mr-clean-annotations" % "0.9.0"
[com.trello.mrclean/mr-clean-annotations "0.9.0"]