is not current version
Last Version 0.5

com.davidbracewell:hermes 0.4

A Natural Language Processing framework for Java

Categories

Categories

Hermes Application Layer Libs Messaging
GroupId

GroupId

com.davidbracewell
ArtifactId

ArtifactId

hermes
Version

Version

0.4
Type

Type

pom

Download hermes 0.4

Filename Size
hermes-0.4.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.davidbracewell/hermes/ -->
<dependency>
    <groupId>com.davidbracewell</groupId>
    <artifactId>hermes</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.davidbracewell/hermes/
implementation 'com.davidbracewell:hermes:0.4'
// https://jarcasting.com/artifacts/com.davidbracewell/hermes/
implementation ("com.davidbracewell:hermes:0.4")
'com.davidbracewell:hermes:pom:0.4'
<dependency org="com.davidbracewell" name="hermes" rev="0.4">
  <artifact name="hermes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.davidbracewell', module='hermes', version='0.4')
)
libraryDependencies += "com.davidbracewell" % "hermes" % "0.4"
[com.davidbracewell/hermes "0.4"]