is not current version
Last Version 2.0.6

com.github.sebhoss:clojure-bom 1.0.2

Bill of material for all Clojure-based projects

Categories

Categories

Clojure Languages
GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

clojure-bom
Version

Version

1.0.2
Type

Type

pom

Download clojure-bom 1.0.2

Filename Size
clojure-bom-1.0.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.sebhoss/clojure-bom/ -->
<dependency>
    <groupId>com.github.sebhoss</groupId>
    <artifactId>clojure-bom</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/clojure-bom/
implementation 'com.github.sebhoss:clojure-bom:1.0.2'
// https://jarcasting.com/artifacts/com.github.sebhoss/clojure-bom/
implementation ("com.github.sebhoss:clojure-bom:1.0.2")
'com.github.sebhoss:clojure-bom:pom:1.0.2'
<dependency org="com.github.sebhoss" name="clojure-bom" rev="1.0.2">
  <artifact name="clojure-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='clojure-bom', version='1.0.2')
)
libraryDependencies += "com.github.sebhoss" % "clojure-bom" % "1.0.2"
[com.github.sebhoss/clojure-bom "1.0.2"]