License |
License |
---|---|
GroupId | GroupIdcom.blossom-project |
ArtifactId | ArtifactIdblossom-parent |
Version | Version1.3.0 |
Type | Typepom |
Description |
Descriptionblossom-parent
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
blossom-parent-1.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blossom-project/blossom-parent/ -->
<dependency>
<groupId>com.blossom-project</groupId>
<artifactId>blossom-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blossom-project/blossom-parent/
implementation 'com.blossom-project:blossom-parent:1.3.0'
// https://jarcasting.com/artifacts/com.blossom-project/blossom-parent/
implementation ("com.blossom-project:blossom-parent:1.3.0")
'com.blossom-project:blossom-parent:pom:1.3.0'
<dependency org="com.blossom-project" name="blossom-parent" rev="1.3.0">
<artifact name="blossom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blossom-project', module='blossom-parent', version='1.3.0')
)
libraryDependencies += "com.blossom-project" % "blossom-parent" % "1.3.0"
[com.blossom-project/blossom-parent "1.3.0"]