is not current version
Last Version 1.0.1

com.zeoflow:startup 0.0.1

StartUp provides a straightforward, performant way to initialize components (from library and/or application) at application startup.

GroupId

GroupId

com.zeoflow
ArtifactId

ArtifactId

startup
Version

Version

0.0.1
Type

Type

aar

Download startup 0.0.1


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