License |
License |
---|---|
Categories |
CategoriesClojure Languages |
GroupId | GroupIdorg.clojure |
ArtifactId | ArtifactIdbuildtest |
Last Version | Last Version0.1.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbuildtest
Tests for building and releasing open-source Clojure projects
|
Project URL |
Project URL |
Filename | Size |
---|---|
buildtest-0.1.16.pom | |
buildtest-0.1.16.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.clojure/buildtest/ -->
<dependency>
<groupId>org.clojure</groupId>
<artifactId>buildtest</artifactId>
<version>0.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/buildtest/
implementation 'org.clojure:buildtest:0.1.16'
// https://jarcasting.com/artifacts/org.clojure/buildtest/
implementation ("org.clojure:buildtest:0.1.16")
'org.clojure:buildtest:jar:0.1.16'
<dependency org="org.clojure" name="buildtest" rev="0.1.16">
<artifact name="buildtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='buildtest', version='0.1.16')
)
libraryDependencies += "org.clojure" % "buildtest" % "0.1.16"
[org.clojure/buildtest "0.1.16"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.4.0 |