| Categories |
CategoriesAnt Build Tools ORM Data |
|---|---|
| GroupId | GroupIdio.github.clormor |
| ArtifactId | ArtifactIdsantander-parser |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| santander-parser-0.5.0.pom | |
| santander-parser-0.5.0.jar | 15 KB |
| santander-parser-0.5.0-sources.jar | 3 KB |
| santander-parser-0.5.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.clormor/santander-parser/ -->
<dependency>
<groupId>io.github.clormor</groupId>
<artifactId>santander-parser</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.clormor/santander-parser/
implementation 'io.github.clormor:santander-parser:0.5.0'
// https://jarcasting.com/artifacts/io.github.clormor/santander-parser/
implementation ("io.github.clormor:santander-parser:0.5.0")
'io.github.clormor:santander-parser:jar:0.5.0'
<dependency org="io.github.clormor" name="santander-parser" rev="0.5.0">
<artifact name="santander-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.clormor', module='santander-parser', version='0.5.0')
)
libraryDependencies += "io.github.clormor" % "santander-parser" % "0.5.0"
[io.github.clormor/santander-parser "0.5.0"]