License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.wniemiec-util-java |
ArtifactId | ArtifactIdreserved-character-replacer |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReservedCharacterReplacer
Responsible for replacing all characters reserved by the operating system with others according to a mapping.
|
<!-- https://jarcasting.com/artifacts/io.github.wniemiec-util-java/reserved-character-replacer/ -->
<dependency>
<groupId>io.github.wniemiec-util-java</groupId>
<artifactId>reserved-character-replacer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wniemiec-util-java/reserved-character-replacer/
implementation 'io.github.wniemiec-util-java:reserved-character-replacer:1.0.0'
// https://jarcasting.com/artifacts/io.github.wniemiec-util-java/reserved-character-replacer/
implementation ("io.github.wniemiec-util-java:reserved-character-replacer:1.0.0")
'io.github.wniemiec-util-java:reserved-character-replacer:jar:1.0.0'
<dependency org="io.github.wniemiec-util-java" name="reserved-character-replacer" rev="1.0.0">
<artifact name="reserved-character-replacer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wniemiec-util-java', module='reserved-character-replacer', version='1.0.0')
)
libraryDependencies += "io.github.wniemiec-util-java" % "reserved-character-replacer" % "1.0.0"
[io.github.wniemiec-util-java/reserved-character-replacer "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |