Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.wizzie.normalizer |
ArtifactId | ArtifactIdnormalizer |
Version | Version0.7.2 |
Type | Typepom |
Filename | Size |
---|---|
normalizer-0.7.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.wizzie.normalizer/normalizer/ -->
<dependency>
<groupId>io.wizzie.normalizer</groupId>
<artifactId>normalizer</artifactId>
<version>0.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.wizzie.normalizer/normalizer/
implementation 'io.wizzie.normalizer:normalizer:0.7.2'
// https://jarcasting.com/artifacts/io.wizzie.normalizer/normalizer/
implementation ("io.wizzie.normalizer:normalizer:0.7.2")
'io.wizzie.normalizer:normalizer:pom:0.7.2'
<dependency org="io.wizzie.normalizer" name="normalizer" rev="0.7.2">
<artifact name="normalizer" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.wizzie.normalizer', module='normalizer', version='0.7.2')
)
libraryDependencies += "io.wizzie.normalizer" % "normalizer" % "0.7.2"
[io.wizzie.normalizer/normalizer "0.7.2"]