Pellet BOM

An opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services ๐Ÿš€.

License

License

GroupId

GroupId

dev.pellet
ArtifactId

ArtifactId

pellet-bom
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

pom
Description

Description

Pellet BOM
An opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services ๐Ÿš€.
Project URL

Project URL

https://github.com/CarrotCodes/Pellet
Source Code Management

Source Code Management

https://github.com/CarrotCodes/Pellet.git

Download pellet-bom

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.7
0.0.6
0.0.5