License |
License |
---|---|
GroupId | GroupIdorg.ifinalframework.annotation |
ArtifactId | ArtifactIdfinal-annotation |
Version | Version1.2.1-alpha |
Type | Typepom |
Description |
Descriptionfinal-annotation
Define annotation and interface for final framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
final-annotation-1.2.1-alpha.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation/ -->
<dependency>
<groupId>org.ifinalframework.annotation</groupId>
<artifactId>final-annotation</artifactId>
<version>1.2.1-alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation/
implementation 'org.ifinalframework.annotation:final-annotation:1.2.1-alpha'
// https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation/
implementation ("org.ifinalframework.annotation:final-annotation:1.2.1-alpha")
'org.ifinalframework.annotation:final-annotation:pom:1.2.1-alpha'
<dependency org="org.ifinalframework.annotation" name="final-annotation" rev="1.2.1-alpha">
<artifact name="final-annotation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.annotation', module='final-annotation', version='1.2.1-alpha')
)
libraryDependencies += "org.ifinalframework.annotation" % "final-annotation" % "1.2.1-alpha"
[org.ifinalframework.annotation/final-annotation "1.2.1-alpha"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |