| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hexocraft |
| ArtifactId | ArtifactIdhexocraft-parent |
| Version | Version11 |
| Type | Typepom |
| Description |
DescriptionHexocraft Parent POM
Hexocraft Parent POM provides common settings for all Hexocraft components.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hexocraft-parent-11.pom | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/ -->
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-parent</artifactId>
<version>11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation 'com.github.hexocraft:hexocraft-parent:11'
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation ("com.github.hexocraft:hexocraft-parent:11")
'com.github.hexocraft:hexocraft-parent:pom:11'
<dependency org="com.github.hexocraft" name="hexocraft-parent" rev="11">
<artifact name="hexocraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hexocraft', module='hexocraft-parent', version='11')
)
libraryDependencies += "com.github.hexocraft" % "hexocraft-parent" % "11"
[com.github.hexocraft/hexocraft-parent "11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.7.0 |
| org.mockito : mockito-junit-jupiter | jar | 3.6.28 |