| License |
License |
|---|---|
| GroupId | GroupIddev.pellet |
| ArtifactId | ArtifactIdpellet-bom |
| Version | Version0.0.7 |
| Type | Typepom |
| Description |
DescriptionPellet BOM
An opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services 🚀.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pellet-bom-0.0.7.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.pellet/pellet-bom/ -->
<dependency>
<groupId>dev.pellet</groupId>
<artifactId>pellet-bom</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.pellet/pellet-bom/
implementation 'dev.pellet:pellet-bom:0.0.7'
// https://jarcasting.com/artifacts/dev.pellet/pellet-bom/
implementation ("dev.pellet:pellet-bom:0.0.7")
'dev.pellet:pellet-bom:pom:0.0.7'
<dependency org="dev.pellet" name="pellet-bom" rev="0.0.7">
<artifact name="pellet-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.pellet', module='pellet-bom', version='0.0.7')
)
libraryDependencies += "dev.pellet" % "pellet-bom" % "0.0.7"
[dev.pellet/pellet-bom "0.0.7"]