is not current version
Last Version 1.0.2

com.clivern:fred 1.0.1

A Java Framework for Building Slack Bots.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.clivern
ArtifactId

ArtifactId

fred
Version

Version

1.0.1
Type

Type

jar

Download fred 1.0.1


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