MVN

org.kodein.memory : kodein-memory-linuxmips32

Maven & Gradle

Dec 17, 2021
2 usages
7 stars

Kodein-Memory · Kodein Memory Library

<dependency>
    <groupId>org.kodein.memory</groupId>
    <artifactId>kodein-memory-linuxmips32</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kodein.memory : kodein-memory-linuxmips32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.kodein.memory : kodein-memory-linuxmips32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
kodein-memory-linuxmips32-0.4.1
kodein-memory-linuxmips32-0.4.0
0.3.x
kodein-memory-linuxmips32-0.3.0

How to add a dependency to Maven

Add the following org.kodein.memory : kodein-memory-linuxmips32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kodein.memory</groupId>
    <artifactId>kodein-memory-linuxmips32</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kodein.memory : kodein-memory-linuxmips32 gradle dependency to your build.gradle file:

implementation 'org.kodein.memory:kodein-memory-linuxmips32:0.4.1'

Gradle Kotlin DSL: Add the following org.kodein.memory : kodein-memory-linuxmips32 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kodein.memory:kodein-memory-linuxmips32:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kodein.memory : kodein-memory-linuxmips32 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kodein.memory" % "kodein-memory-linuxmips32" % "0.4.1"

Advertisement