GroupId | GroupIdcom.github.matthiasrobbers |
---|---|
ArtifactId | ArtifactIdshortbread-annotations |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
shortbread-annotations-1.0.2.pom | |
shortbread-annotations-1.0.2.jar | 985 bytes |
shortbread-annotations-1.0.2-sources.jar | 1 KB |
shortbread-annotations-1.0.2-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread-annotations/ -->
<dependency>
<groupId>com.github.matthiasrobbers</groupId>
<artifactId>shortbread-annotations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread-annotations/
implementation 'com.github.matthiasrobbers:shortbread-annotations:1.0.2'
// https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread-annotations/
implementation ("com.github.matthiasrobbers:shortbread-annotations:1.0.2")
'com.github.matthiasrobbers:shortbread-annotations:jar:1.0.2'
<dependency org="com.github.matthiasrobbers" name="shortbread-annotations" rev="1.0.2">
<artifact name="shortbread-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthiasrobbers', module='shortbread-annotations', version='1.0.2')
)
libraryDependencies += "com.github.matthiasrobbers" % "shortbread-annotations" % "1.0.2"
[com.github.matthiasrobbers/shortbread-annotations "1.0.2"]