| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools Net |
| GroupId | GroupIdnet.alantea |
| ArtifactId | ArtifactIdliteprops |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnet.alantea:liteprops
Simple property management replacement for javafx properties - but simpler.
|
| Filename | Size |
|---|---|
| liteprops-0.0.6.pom | |
| liteprops-0.0.6.jar | 23 KB |
| liteprops-0.0.6-sources.jar | 10 KB |
| liteprops-0.0.6-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.alantea/liteprops/ -->
<dependency>
<groupId>net.alantea</groupId>
<artifactId>liteprops</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/liteprops/
implementation 'net.alantea:liteprops:0.0.6'
// https://jarcasting.com/artifacts/net.alantea/liteprops/
implementation ("net.alantea:liteprops:0.0.6")
'net.alantea:liteprops:jar:0.0.6'
<dependency org="net.alantea" name="liteprops" rev="0.0.6">
<artifact name="liteprops" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='liteprops', version='0.0.6')
)
libraryDependencies += "net.alantea" % "liteprops" % "0.0.6"
[net.alantea/liteprops "0.0.6"]