GroupId | GroupIdcom.code972.hebmorph |
---|---|
ArtifactId | ArtifactIdhebmorph-core |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
hebmorph-core-1.4.2.pom | |
hebmorph-core-1.4.2.jar | 56 KB |
hebmorph-core-1.4.2-sources.jar | 35 KB |
hebmorph-core-1.4.2-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.code972.hebmorph/hebmorph-core/ -->
<dependency>
<groupId>com.code972.hebmorph</groupId>
<artifactId>hebmorph-core</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.code972.hebmorph/hebmorph-core/
implementation 'com.code972.hebmorph:hebmorph-core:1.4.2'
// https://jarcasting.com/artifacts/com.code972.hebmorph/hebmorph-core/
implementation ("com.code972.hebmorph:hebmorph-core:1.4.2")
'com.code972.hebmorph:hebmorph-core:jar:1.4.2'
<dependency org="com.code972.hebmorph" name="hebmorph-core" rev="1.4.2">
<artifact name="hebmorph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code972.hebmorph', module='hebmorph-core', version='1.4.2')
)
libraryDependencies += "com.code972.hebmorph" % "hebmorph-core" % "1.4.2"
[com.code972.hebmorph/hebmorph-core "1.4.2"]