GroupId | GroupIdcom.github.matthiasrobbers |
---|---|
ArtifactId | ArtifactIdshortbread-annotations |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
shortbread-annotations-1.1.0.pom | |
shortbread-annotations-1.1.0.jar | 978 bytes |
shortbread-annotations-1.1.0-sources.jar | 1 KB |
shortbread-annotations-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread-annotations/
implementation 'com.github.matthiasrobbers:shortbread-annotations:1.1.0'
// https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread-annotations/
implementation ("com.github.matthiasrobbers:shortbread-annotations:1.1.0")
'com.github.matthiasrobbers:shortbread-annotations:jar:1.1.0'
<dependency org="com.github.matthiasrobbers" name="shortbread-annotations" rev="1.1.0">
<artifact name="shortbread-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthiasrobbers', module='shortbread-annotations', version='1.1.0')
)
libraryDependencies += "com.github.matthiasrobbers" % "shortbread-annotations" % "1.1.0"
[com.github.matthiasrobbers/shortbread-annotations "1.1.0"]