is not current version
Last Version 11

com.blazebit:blazebit-parent 3

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

GroupId

GroupId

com.blazebit
ArtifactId

ArtifactId

blazebit-parent
Version

Version

3
Type

Type

pom

Download blazebit-parent 3

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

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