| Категории |
КатегорииClojure Языки программирования |
|---|---|
| Группа | Группаcom.github.sebhoss |
| Идентификатор | Идентификаторclojure-bom |
| Версия | Версия1.0.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| clojure-bom-1.0.3.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/clojure-bom/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>clojure-bom</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/clojure-bom/
implementation 'com.github.sebhoss:clojure-bom:1.0.3'
// https://jarcasting.com/artifacts/com.github.sebhoss/clojure-bom/
implementation ("com.github.sebhoss:clojure-bom:1.0.3")
'com.github.sebhoss:clojure-bom:pom:1.0.3'
<dependency org="com.github.sebhoss" name="clojure-bom" rev="1.0.3">
<artifact name="clojure-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='clojure-bom', version='1.0.3')
)
libraryDependencies += "com.github.sebhoss" % "clojure-bom" % "1.0.3"
[com.github.sebhoss/clojure-bom "1.0.3"]