License |
License |
---|---|
GroupId | GroupIdorg.ifinalframework.annotation |
ArtifactId | ArtifactIdfinal-annotation-web |
Version | Version1.2.4 |
Type | Typejar |
Description |
DescriptionDefine annotation and interface for final framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation-web/ -->
<dependency>
<groupId>org.ifinalframework.annotation</groupId>
<artifactId>final-annotation-web</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation-web/
implementation 'org.ifinalframework.annotation:final-annotation-web:1.2.4'
// https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation-web/
implementation ("org.ifinalframework.annotation:final-annotation-web:1.2.4")
'org.ifinalframework.annotation:final-annotation-web:jar:1.2.4'
<dependency org="org.ifinalframework.annotation" name="final-annotation-web" rev="1.2.4">
<artifact name="final-annotation-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.annotation', module='final-annotation-web', version='1.2.4')
)
libraryDependencies += "org.ifinalframework.annotation" % "final-annotation-web" % "1.2.4"
[org.ifinalframework.annotation/final-annotation-web "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.5.2 |