MVN

com.b3dgs.lionengine : lionengine-buildtools

Maven & Gradle

Dec 22, 2017
132 stars

LionEngine Build Tools

<dependency>
    <groupId>com.b3dgs.lionengine</groupId>
    <artifactId>lionengine-buildtools</artifactId>
    <version>8.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.b3dgs.lionengine : lionengine-buildtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.1

All Versions

Choose a version of com.b3dgs.lionengine : lionengine-buildtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
lionengine-buildtools-8.4.1
lionengine-buildtools-8.4.0
8.3.x
lionengine-buildtools-8.3.6
lionengine-buildtools-8.3.5
lionengine-buildtools-8.3.4
lionengine-buildtools-8.3.3
lionengine-buildtools-8.3.2
lionengine-buildtools-8.3.1
lionengine-buildtools-8.3.0
8.2.x
lionengine-buildtools-8.2.4
lionengine-buildtools-8.2.3
lionengine-buildtools-8.2.2
lionengine-buildtools-8.2.1
lionengine-buildtools-8.2.0

How to add a dependency to Maven

Add the following com.b3dgs.lionengine : lionengine-buildtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.b3dgs.lionengine</groupId>
    <artifactId>lionengine-buildtools</artifactId>
    <version>8.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.b3dgs.lionengine : lionengine-buildtools gradle dependency to your build.gradle file:

implementation 'com.b3dgs.lionengine:lionengine-buildtools:8.4.1'

Gradle Kotlin DSL: Add the following com.b3dgs.lionengine : lionengine-buildtools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.b3dgs.lionengine:lionengine-buildtools:8.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.b3dgs.lionengine : lionengine-buildtools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.b3dgs.lionengine" % "lionengine-buildtools" % "8.4.1"

Advertisement