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