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