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