is not current version
Last Version 0.38.2

org.jetbrains.exposed:exposed-bom 0.35.1

Exposed, an ORM framework for Kotlin

GroupId

GroupId

org.jetbrains.exposed
ArtifactId

ArtifactId

exposed-bom
Version

Version

0.35.1
Type

Type

pom

Download exposed-bom 0.35.1


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