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