is not current version
Last Version 0.1.4

org.iplantc:heuristomancer 0.1.3

Clojure library for attempting to guess file types.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.iplantc
ArtifactId

ArtifactId

heuristomancer
Version

Version

0.1.3
Type

Type

jar

Download heuristomancer 0.1.3


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