| License |
License |
|---|---|
| GroupId | GroupIdcom.github.WojtekKowaluk |
| ArtifactId | ArtifactIdcostello |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
DescriptionCostello
Script editor for Abbot.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| costello-1.2.0.pom | |
| costello-1.2.0.jar | 575 KB |
| costello-1.2.0-sources.jar | 1 MB |
| costello-1.2.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.WojtekKowaluk/costello/ -->
<dependency>
<groupId>com.github.WojtekKowaluk</groupId>
<artifactId>costello</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.WojtekKowaluk/costello/
implementation 'com.github.WojtekKowaluk:costello:1.2.0'
// https://jarcasting.com/artifacts/com.github.WojtekKowaluk/costello/
implementation ("com.github.WojtekKowaluk:costello:1.2.0")
'com.github.WojtekKowaluk:costello:jar:1.2.0'
<dependency org="com.github.WojtekKowaluk" name="costello" rev="1.2.0">
<artifact name="costello" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.WojtekKowaluk', module='costello', version='1.2.0')
)
libraryDependencies += "com.github.WojtekKowaluk" % "costello" % "1.2.0"
[com.github.WojtekKowaluk/costello "1.2.0"]