License |
License |
---|---|
GroupId | GroupIdcom.jakewharton.hugo |
ArtifactId | ArtifactIdhugo-annotations |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionHugo Annotations
Annotation-triggered method call logging for your debug builds.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hugo-annotations-1.2.1.pom | |
hugo-annotations-1.2.1.jar | 843 bytes |
hugo-annotations-1.2.1-sources.jar | 762 bytes |
hugo-annotations-1.2.1-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.hugo/hugo-annotations/ -->
<dependency>
<groupId>com.jakewharton.hugo</groupId>
<artifactId>hugo-annotations</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.hugo/hugo-annotations/
implementation 'com.jakewharton.hugo:hugo-annotations:1.2.1'
// https://jarcasting.com/artifacts/com.jakewharton.hugo/hugo-annotations/
implementation ("com.jakewharton.hugo:hugo-annotations:1.2.1")
'com.jakewharton.hugo:hugo-annotations:jar:1.2.1'
<dependency org="com.jakewharton.hugo" name="hugo-annotations" rev="1.2.1">
<artifact name="hugo-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.hugo', module='hugo-annotations', version='1.2.1')
)
libraryDependencies += "com.jakewharton.hugo" % "hugo-annotations" % "1.2.1"
[com.jakewharton.hugo/hugo-annotations "1.2.1"]