| GroupId | GroupIdcom.jakewharton.hugo |
|---|---|
| ArtifactId | ArtifactIdhugo-annotations |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hugo-annotations-1.0.1.pom | |
| hugo-annotations-1.0.1.jar | 818 bytes |
| hugo-annotations-1.0.1-sources.jar | 736 bytes |
| hugo-annotations-1.0.1-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.hugo/hugo-annotations/ -->
<dependency>
<groupId>com.jakewharton.hugo</groupId>
<artifactId>hugo-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.hugo/hugo-annotations/
implementation 'com.jakewharton.hugo:hugo-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.jakewharton.hugo/hugo-annotations/
implementation ("com.jakewharton.hugo:hugo-annotations:1.0.1")
'com.jakewharton.hugo:hugo-annotations:jar:1.0.1'
<dependency org="com.jakewharton.hugo" name="hugo-annotations" rev="1.0.1">
<artifact name="hugo-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.hugo', module='hugo-annotations', version='1.0.1')
)
libraryDependencies += "com.jakewharton.hugo" % "hugo-annotations" % "1.0.1"
[com.jakewharton.hugo/hugo-annotations "1.0.1"]