| GroupId | GroupIdcom.andrewreitz |
|---|---|
| ArtifactId | ArtifactIdshillelagh-processor |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shillelagh-processor-0.3.0.pom | |
| shillelagh-processor-0.3.0.jar | 22 KB |
| shillelagh-processor-0.3.0-sources.jar | 16 KB |
| shillelagh-processor-0.3.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.andrewreitz/shillelagh-processor/ -->
<dependency>
<groupId>com.andrewreitz</groupId>
<artifactId>shillelagh-processor</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.andrewreitz/shillelagh-processor/
implementation 'com.andrewreitz:shillelagh-processor:0.3.0'
// https://jarcasting.com/artifacts/com.andrewreitz/shillelagh-processor/
implementation ("com.andrewreitz:shillelagh-processor:0.3.0")
'com.andrewreitz:shillelagh-processor:jar:0.3.0'
<dependency org="com.andrewreitz" name="shillelagh-processor" rev="0.3.0">
<artifact name="shillelagh-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andrewreitz', module='shillelagh-processor', version='0.3.0')
)
libraryDependencies += "com.andrewreitz" % "shillelagh-processor" % "0.3.0"
[com.andrewreitz/shillelagh-processor "0.3.0"]