is not current version
Last Version 11

com.blazebit:blazebit-parent 4

Parent POM for Blazebit projects. Provides default project build configuration.

GroupId

GroupId

com.blazebit
ArtifactId

ArtifactId

blazebit-parent
Version

Version

4
Type

Type

pom

Download blazebit-parent 4

Filename Size
blazebit-parent-4.pom 30 KB
Browse

<!-- https://jarcasting.com/artifacts/com.blazebit/blazebit-parent/ -->
<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blazebit-parent</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blazebit-parent/
implementation 'com.blazebit:blazebit-parent:4'
// https://jarcasting.com/artifacts/com.blazebit/blazebit-parent/
implementation ("com.blazebit:blazebit-parent:4")
'com.blazebit:blazebit-parent:pom:4'
<dependency org="com.blazebit" name="blazebit-parent" rev="4">
  <artifact name="blazebit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blazebit-parent', version='4')
)
libraryDependencies += "com.blazebit" % "blazebit-parent" % "4"
[com.blazebit/blazebit-parent "4"]