M

ModifiableVariable

A Modifiable Variable concept allows for easy runtime modifications of basic data types like integers, booleans, or byte arrays
https://github.com/RUB-NDS/ModifiableVariable
Apache License, Version 2.0
Juraj Somorovsky Robert Merget
Files download
File Operation
ModifiableVariable-3.2.0.jar download
ModifiableVariable-3.2.0.pom download
ModifiableVariable-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>ModifiableVariable</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:ModifiableVariable:3.2.0'
Gradle Kotlin
implementation("de.rub.nds:ModifiableVariable:3.2.0")
Scala SBT
libraryDependencies += "de.rub.nds" % "ModifiableVariable" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='ModifiableVariable', version='3.2.0')
)
Apache Ivy
<dependency org="de.rub.nds" name="ModifiableVariable" rev="3.2.0" />
Leiningen
[de.rub.nds/ModifiableVariable "3.2.0"]
Apache Buildr
'de.rub.nds:ModifiableVariable:jar:3.2.0'