GroupId | GroupIdorg.jetbrains.spek |
---|---|
ArtifactId | ArtifactIdspek-api |
Version | Version1.0.0-test-deploy |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jetbrains.spek/spek-api/ -->
<dependency>
<groupId>org.jetbrains.spek</groupId>
<artifactId>spek-api</artifactId>
<version>1.0.0-test-deploy</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.spek/spek-api/
implementation 'org.jetbrains.spek:spek-api:1.0.0-test-deploy'
// https://jarcasting.com/artifacts/org.jetbrains.spek/spek-api/
implementation ("org.jetbrains.spek:spek-api:1.0.0-test-deploy")
'org.jetbrains.spek:spek-api:jar:1.0.0-test-deploy'
<dependency org="org.jetbrains.spek" name="spek-api" rev="1.0.0-test-deploy">
<artifact name="spek-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.spek', module='spek-api', version='1.0.0-test-deploy')
)
libraryDependencies += "org.jetbrains.spek" % "spek-api" % "1.0.0-test-deploy"
[org.jetbrains.spek/spek-api "1.0.0-test-deploy"]