is not current version
Last Version 11

com.blazebit:blazebit-parent 10

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

GroupId

GroupId

com.blazebit
ArtifactId

ArtifactId

blazebit-parent
Version

Version

10
Type

Type

pom

Download blazebit-parent 10

Filename Size
blazebit-parent-10.pom 22 KB
Browse

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