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-2.5.jar download
ModifiableVariable-2.5.pom download
ModifiableVariable-2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>ModifiableVariable</artifactId>
  <version>2.5</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:ModifiableVariable:2.5'
Gradle Kotlin
implementation("de.rub.nds:ModifiableVariable:2.5")
Scala SBT
libraryDependencies += "de.rub.nds" % "ModifiableVariable" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='ModifiableVariable', version='2.5')
)
Apache Ivy
<dependency org="de.rub.nds" name="ModifiableVariable" rev="2.5" />
Leiningen
[de.rub.nds/ModifiableVariable "2.5"]
Apache Buildr
'de.rub.nds:ModifiableVariable:jar:2.5'