Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdstudio.crud.feature |
ArtifactId | ArtifactIdsoundex |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
soundex-0.1.1.pom | |
soundex-0.1.1.jar | 36 KB |
soundex-0.1.1-sources.jar | 13 KB |
soundex-0.1.1-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/studio.crud.feature/soundex/ -->
<dependency>
<groupId>studio.crud.feature</groupId>
<artifactId>soundex</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/studio.crud.feature/soundex/
implementation 'studio.crud.feature:soundex:0.1.1'
// https://jarcasting.com/artifacts/studio.crud.feature/soundex/
implementation ("studio.crud.feature:soundex:0.1.1")
'studio.crud.feature:soundex:jar:0.1.1'
<dependency org="studio.crud.feature" name="soundex" rev="0.1.1">
<artifact name="soundex" type="jar" />
</dependency>
@Grapes(
@Grab(group='studio.crud.feature', module='soundex', version='0.1.1')
)
libraryDependencies += "studio.crud.feature" % "soundex" % "0.1.1"
[studio.crud.feature/soundex "0.1.1"]