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