b

blaze-domain-declarative-api

文件下载
文件名 操作
blaze-domain-declarative-api-3.0.0-Alpha4.jar 下载
blaze-domain-declarative-api-3.0.0-Alpha4.pom 下载
blaze-domain-declarative-api-3.0.0-Alpha4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.blazebit</groupId>
  <artifactId>blaze-domain-declarative-api</artifactId>
  <version>3.0.0-Alpha4</version>
</dependency>
Gradle Groovy
implementation 'com.blazebit:blaze-domain-declarative-api:3.0.0-Alpha4'
Gradle Kotlin
implementation("com.blazebit:blaze-domain-declarative-api:3.0.0-Alpha4")
Scala SBT
libraryDependencies += "com.blazebit" % "blaze-domain-declarative-api" % "3.0.0-Alpha4"
Groovy Grape
@Grapes(
  @Grab(group='com.blazebit', module='blaze-domain-declarative-api', version='3.0.0-Alpha4')
)
Apache Ivy
<dependency org="com.blazebit" name="blaze-domain-declarative-api" rev="3.0.0-Alpha4" />
Leiningen
[com.blazebit/blaze-domain-declarative-api "3.0.0-Alpha4"]
Apache Buildr
'com.blazebit:blaze-domain-declarative-api:jar:3.0.0-Alpha4'