is not current version
Last Version 1.2.0

com.machinezoo.stagean:stagean 1.0.1

Java annotation types for documenting current development stage on class or method level.

GroupId

GroupId

com.machinezoo.stagean
ArtifactId

ArtifactId

stagean
Version

Version

1.0.1
Type

Type

jar

Download stagean 1.0.1


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