is not current version
Last Version 1.2.0

se.johanteleman:Params 1.0.0

A library for managing parameters. This make passing them around smooth, and synchonizes source descriptions with the UI.

Categories

Categories

Ant Build Tools
GroupId

GroupId

se.johanteleman
ArtifactId

ArtifactId

Params
Version

Version

1.0.0
Type

Type

jar

Download Params 1.0.0


<!-- https://jarcasting.com/artifacts/se.johanteleman/Params/ -->
<dependency>
    <groupId>se.johanteleman</groupId>
    <artifactId>Params</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.johanteleman/Params/
implementation 'se.johanteleman:Params:1.0.0'
// https://jarcasting.com/artifacts/se.johanteleman/Params/
implementation ("se.johanteleman:Params:1.0.0")
'se.johanteleman:Params:jar:1.0.0'
<dependency org="se.johanteleman" name="Params" rev="1.0.0">
  <artifact name="Params" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.johanteleman', module='Params', version='1.0.0')
)
libraryDependencies += "se.johanteleman" % "Params" % "1.0.0"
[se.johanteleman/Params "1.0.0"]