| License |
License |
|---|---|
| GroupId | GroupIdde.oberdorf-itc |
| ArtifactId | ArtifactIdoitc-textproc |
| Version | Version0.7.0 |
| Type | Typejar |
| Description |
Descriptionde.oberdorf-itc:oitc-textproc
This library is a summary of helper classes for textprocessing. In detail it covers a class to read configuration files, a class to find a needle within a haystack, a class for cryptographic methods a very helpfull class to do some type conversions and a small helper class to generate timestamp strings.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oitc-textproc-0.7.0.pom | |
| oitc-textproc-0.7.0.jar | 13 KB |
| oitc-textproc-0.7.0-sources.jar | 13 KB |
| oitc-textproc-0.7.0-javadoc.jar | 423 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-textproc/ -->
<dependency>
<groupId>de.oberdorf-itc</groupId>
<artifactId>oitc-textproc</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-textproc/
implementation 'de.oberdorf-itc:oitc-textproc:0.7.0'
// https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-textproc/
implementation ("de.oberdorf-itc:oitc-textproc:0.7.0")
'de.oberdorf-itc:oitc-textproc:jar:0.7.0'
<dependency org="de.oberdorf-itc" name="oitc-textproc" rev="0.7.0">
<artifact name="oitc-textproc" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.oberdorf-itc', module='oitc-textproc', version='0.7.0')
)
libraryDependencies += "de.oberdorf-itc" % "oitc-textproc" % "0.7.0"
[de.oberdorf-itc/oitc-textproc "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |