se.johanteleman:Params

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

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

se.johanteleman
ArtifactId

ArtifactId

Params
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

se.johanteleman:Params
A library for managing parameters. This make passing them around smooth, and synchonizes source descriptions with the UI.
Project URL

Project URL

https://github.com/fickludd/treacle

Download Params

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.scalatest : scalatest_2.10.0 jar 2.0.M5

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.0.0