License |
License |
---|---|
GroupId | GroupIdorg.ifinalframework.annotation |
ArtifactId | ArtifactIdfinal-annotation-core |
Last Version | Last Version1.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDefine annotation and interface for final framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
final-annotation-core-1.3.4.pom | |
final-annotation-core-1.3.4.jar | 23 KB |
final-annotation-core-1.3.4-sources.jar | 27 KB |
final-annotation-core-1.3.4-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation-core/ -->
<dependency>
<groupId>org.ifinalframework.annotation</groupId>
<artifactId>final-annotation-core</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation-core/
implementation 'org.ifinalframework.annotation:final-annotation-core:1.3.4'
// https://jarcasting.com/artifacts/org.ifinalframework.annotation/final-annotation-core/
implementation ("org.ifinalframework.annotation:final-annotation-core:1.3.4")
'org.ifinalframework.annotation:final-annotation-core:jar:1.3.4'
<dependency org="org.ifinalframework.annotation" name="final-annotation-core" rev="1.3.4">
<artifact name="final-annotation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.annotation', module='final-annotation-core', version='1.3.4')
)
libraryDependencies += "org.ifinalframework.annotation" % "final-annotation-core" % "1.3.4"
[org.ifinalframework.annotation/final-annotation-core "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.ifinalframework.auto : auto-service Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.6.6 |