All Downloads are FREE. Search and download functionalities are using the official Maven repository.

krahul.properties-parser.1.0.0.source-code.properties-parser.properties Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
a=1
b=${a}+2
c=${a}+${b}+3
z=${b}+100
fname=Rahul
lname=Vishvakarma
name=${fname} ${lname}
notexists=${notavailable}

env=dev
connection.dev=100
max.connection=${connection.${env}}*1/2




© 2015 - 2024 Weber Informatics LLC | Privacy Policy