| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.wasiqb.coteafs |
| ArtifactId | ArtifactIddatasource |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParse Yaml, JSON, Properties and XML file to Data source.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| datasource-1.5.0.pom | |
| datasource-1.5.0.jar | 17 KB |
| datasource-1.5.0-sources.jar | 16 KB |
| datasource-1.5.0-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/datasource/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>datasource</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/datasource/
implementation 'com.github.wasiqb.coteafs:datasource:1.5.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/datasource/
implementation ("com.github.wasiqb.coteafs:datasource:1.5.0")
'com.github.wasiqb.coteafs:datasource:jar:1.5.0'
<dependency org="com.github.wasiqb.coteafs" name="datasource" rev="1.5.0">
<artifact name="datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='datasource', version='1.5.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "datasource" % "1.5.0"
[com.github.wasiqb.coteafs/datasource "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| org.yaml : snakeyaml | jar | 1.30 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| org.apache.commons : commons-text | jar | 1.9 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-properties | jar | 2.13.1 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.13.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.5 |
| com.google.truth : truth | jar | 1.1.3 |