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