License |
License |
---|---|
GroupId | GroupIdcom.atlascopco |
ArtifactId | ArtifactIdhunspell-bridj |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionHunspellBridJ
This project is a binding for the Hunspell library for Java, using BridJ for the bindings.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hunspell-bridj-1.0.4.pom | |
hunspell-bridj-1.0.4.jar | 819 KB |
hunspell-bridj-1.0.4-sources.jar | 815 KB |
hunspell-bridj-1.0.4-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlascopco/hunspell-bridj/ -->
<dependency>
<groupId>com.atlascopco</groupId>
<artifactId>hunspell-bridj</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlascopco/hunspell-bridj/
implementation 'com.atlascopco:hunspell-bridj:1.0.4'
// https://jarcasting.com/artifacts/com.atlascopco/hunspell-bridj/
implementation ("com.atlascopco:hunspell-bridj:1.0.4")
'com.atlascopco:hunspell-bridj:jar:1.0.4'
<dependency org="com.atlascopco" name="hunspell-bridj" rev="1.0.4">
<artifact name="hunspell-bridj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlascopco', module='hunspell-bridj', version='1.0.4')
)
libraryDependencies += "com.atlascopco" % "hunspell-bridj" % "1.0.4"
[com.atlascopco/hunspell-bridj "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.nativelibs4java : bridj | jar | 0.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |