GroupId | GroupIdio.stardog.starwizard |
---|---|
ArtifactId | ArtifactIdstarwizard |
Version | Version0.1.4 |
Type | Typepom |
Filename | Size |
---|---|
starwizard-0.1.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stardog.starwizard/starwizard/ -->
<dependency>
<groupId>io.stardog.starwizard</groupId>
<artifactId>starwizard</artifactId>
<version>0.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.stardog.starwizard/starwizard/
implementation 'io.stardog.starwizard:starwizard:0.1.4'
// https://jarcasting.com/artifacts/io.stardog.starwizard/starwizard/
implementation ("io.stardog.starwizard:starwizard:0.1.4")
'io.stardog.starwizard:starwizard:pom:0.1.4'
<dependency org="io.stardog.starwizard" name="starwizard" rev="0.1.4">
<artifact name="starwizard" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.stardog.starwizard', module='starwizard', version='0.1.4')
)
libraryDependencies += "io.stardog.starwizard" % "starwizard" % "0.1.4"
[io.stardog.starwizard/starwizard "0.1.4"]