is not current version
Last Version 1.3.0

com.blossom-project:blossom 1.1.3

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.

GroupId

GroupId

com.blossom-project
ArtifactId

ArtifactId

blossom
Version

Version

1.1.3
Type

Type

pom

Download blossom 1.1.3

Filename Size
blossom-1.1.3.pom 5 KB
Browse

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