common

Common useful functions needed in different projects.

License

License

GroupId

GroupId

org.clojars.smee
ArtifactId

ArtifactId

common
Last Version

Last Version

1.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

common
Common useful functions needed in different projects.

Download common

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.clojure : clojure jar 1.3.0

Project Modules

There are no modules declared in this project.

com.github.smee.util

This library contains a somewhat sorted collection of useful functions, more or less generic.

Build Status

Usage

Just import whatever is needed and use away!

License

Copyright (C) 2011 Steffen Dienst

Distributed under the Eclipse Public License, the same as Clojure.

Versions

Version
1.2.5