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