Last Version

configreader 1.0.0

A simplified framework for reading config.properties file.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.mfaisalkhatri
ArtifactId

ArtifactId

configreader
Version

Version

1.0.0
Type

Type

jar
Description

Description

configreader
A simplified framework for reading config.properties file.
Project URL

Project URL

https://github.com/mfaisalkhatri/ConfigReader
Project Organization

Project Organization

Faisal Khatri
Source Code Management

Source Code Management

https://github.com/mfaisalkhatri/ConfigReader

Download configreader 1.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.12.0
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.