is not current version
Last Version 1.0.2

org.irenical.lifecycle:lifecycle 1.0.0

Generic LifeCycle intefaces

GroupId

GroupId

org.irenical.lifecycle
ArtifactId

ArtifactId

lifecycle
Version

Version

1.0.0
Type

Type

jar

Download lifecycle 1.0.0


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