GroupId | GroupIdcom.b3dgs.lionengine |
---|---|
ArtifactId | ArtifactIdlionengine-parent |
Version | Version8.2.2 |
Type | Typepom |
Filename | Size |
---|---|
lionengine-parent-8.2.2.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.b3dgs.lionengine/lionengine-parent/ -->
<dependency>
<groupId>com.b3dgs.lionengine</groupId>
<artifactId>lionengine-parent</artifactId>
<version>8.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.b3dgs.lionengine/lionengine-parent/
implementation 'com.b3dgs.lionengine:lionengine-parent:8.2.2'
// https://jarcasting.com/artifacts/com.b3dgs.lionengine/lionengine-parent/
implementation ("com.b3dgs.lionengine:lionengine-parent:8.2.2")
'com.b3dgs.lionengine:lionengine-parent:pom:8.2.2'
<dependency org="com.b3dgs.lionengine" name="lionengine-parent" rev="8.2.2">
<artifact name="lionengine-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.b3dgs.lionengine', module='lionengine-parent', version='8.2.2')
)
libraryDependencies += "com.b3dgs.lionengine" % "lionengine-parent" % "8.2.2"
[com.b3dgs.lionengine/lionengine-parent "8.2.2"]