| GroupId | GroupIdcom.trello.mrclean |
|---|---|
| ArtifactId | ArtifactIdmr-clean-annotations |
| Version | Version0.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mr-clean-annotations-0.9.2.pom | |
| mr-clean-annotations-0.9.2.jar | 1 KB |
| mr-clean-annotations-0.9.2-sources.jar | 1 KB |
| mr-clean-annotations-0.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.trello.mrclean/mr-clean-annotations/
implementation 'com.trello.mrclean:mr-clean-annotations:0.9.2'
// https://jarcasting.com/artifacts/com.trello.mrclean/mr-clean-annotations/
implementation ("com.trello.mrclean:mr-clean-annotations:0.9.2")
'com.trello.mrclean:mr-clean-annotations:jar:0.9.2'
<dependency org="com.trello.mrclean" name="mr-clean-annotations" rev="0.9.2">
<artifact name="mr-clean-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trello.mrclean', module='mr-clean-annotations', version='0.9.2')
)
libraryDependencies += "com.trello.mrclean" % "mr-clean-annotations" % "0.9.2"
[com.trello.mrclean/mr-clean-annotations "0.9.2"]