Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.ghostwriter |
ArtifactId | ArtifactIdghostwriter-api-java |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-api-java/ -->
<dependency>
<groupId>io.ghostwriter</groupId>
<artifactId>ghostwriter-api-java</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-api-java/
implementation 'io.ghostwriter:ghostwriter-api-java:0.3.0'
// https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-api-java/
implementation ("io.ghostwriter:ghostwriter-api-java:0.3.0")
'io.ghostwriter:ghostwriter-api-java:jar:0.3.0'
<dependency org="io.ghostwriter" name="ghostwriter-api-java" rev="0.3.0">
<artifact name="ghostwriter-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ghostwriter', module='ghostwriter-api-java', version='0.3.0')
)
libraryDependencies += "io.ghostwriter" % "ghostwriter-api-java" % "0.3.0"
[io.ghostwriter/ghostwriter-api-java "0.3.0"]