is not current version
Last Version 1.3.4

org.ifinalframework.annotation:final-annotation 1.3.3

Define annotation and interface for final framework.

GroupId

GroupId

org.ifinalframework.annotation
ArtifactId

ArtifactId

final-annotation
Version

Version

1.3.3
Type

Type

pom

Download final-annotation 1.3.3


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