License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.mfaisalkhatri |
ArtifactId | ArtifactIdconfigreader |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionconfigreader
A simplified framework for reading config.properties file.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
configreader-1.0.0.pom | |
configreader-1.0.0.jar | 7 MB |
configreader-1.0.0-sources.jar | 7 MB |
configreader-1.0.0-javadoc.jar | 39 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 3.12.0 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |