Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.blazebit |
ArtifactId | ArtifactIdblaze-domain-declarative |
Version | Version1.0.0-Alpha4 |
Type | Typepom |
Filename | Size |
---|---|
blaze-domain-declarative-1.0.0-Alpha4.pom | 740 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-domain-declarative/ -->
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-domain-declarative</artifactId>
<version>1.0.0-Alpha4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blaze-domain-declarative/
implementation 'com.blazebit:blaze-domain-declarative:1.0.0-Alpha4'
// https://jarcasting.com/artifacts/com.blazebit/blaze-domain-declarative/
implementation ("com.blazebit:blaze-domain-declarative:1.0.0-Alpha4")
'com.blazebit:blaze-domain-declarative:pom:1.0.0-Alpha4'
<dependency org="com.blazebit" name="blaze-domain-declarative" rev="1.0.0-Alpha4">
<artifact name="blaze-domain-declarative" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blaze-domain-declarative', version='1.0.0-Alpha4')
)
libraryDependencies += "com.blazebit" % "blaze-domain-declarative" % "1.0.0-Alpha4"
[com.blazebit/blaze-domain-declarative "1.0.0-Alpha4"]