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