is not current version
Last Version 1.1

com.daedafusion:service-bootstrap-parent 1.0

Utilities for bootstraping services

GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

service-bootstrap-parent
Version

Version

1.0
Type

Type

pom

Download service-bootstrap-parent 1.0


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