MVN

com.codingame.gameengine : module-camera

Maven & Gradle

Jul 31, 2023
105 stars

CodinGame Game Engine Camera Module · This module allows you to have a camera following some entities

<dependency>
    <groupId>com.codingame.gameengine</groupId>
    <artifactId>module-camera</artifactId>
    <version>4.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codingame.gameengine : module-camera to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.3

All Versions

Choose a version of com.codingame.gameengine : module-camera to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
module-camera-4.4.3
module-camera-4.4.2
module-camera-4.4.1
module-camera-4.4.0
4.3.x
module-camera-4.3.2
module-camera-4.3.1
module-camera-4.3.0
4.2.x
module-camera-4.2.1
module-camera-4.2.0
4.1.x
module-camera-4.1.6
module-camera-4.1.5
module-camera-4.1.4
module-camera-4.1.3

How to add a dependency to Maven

Add the following com.codingame.gameengine : module-camera maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codingame.gameengine</groupId>
    <artifactId>module-camera</artifactId>
    <version>4.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codingame.gameengine : module-camera gradle dependency to your build.gradle file:

implementation 'com.codingame.gameengine:module-camera:4.4.3'

Gradle Kotlin DSL: Add the following com.codingame.gameengine : module-camera gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codingame.gameengine:module-camera:4.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codingame.gameengine : module-camera sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codingame.gameengine" % "module-camera" % "4.4.3"

Advertisement