License |
License |
---|---|
GroupId | GroupIdorg.clojars.smee |
ArtifactId | ArtifactIdcommon |
Version | Version1.2.5 |
Type | Typejar |
Description |
Descriptioncommon
Common useful functions needed in different projects.
|
Filename | Size |
---|---|
common-1.2.5.pom | |
common-1.2.5.jar | 10 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.3.0 |