License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdorg.ifinalframework.auto |
ArtifactId | ArtifactIdauto-service |
Last Version | Last Version1.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDemo project for Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auto-service-1.3.4.pom | |
auto-service-1.3.4.jar | 18 KB |
auto-service-1.3.4-sources.jar | 9 KB |
auto-service-1.3.4-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.auto/auto-service/ -->
<dependency>
<groupId>org.ifinalframework.auto</groupId>
<artifactId>auto-service</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.auto/auto-service/
implementation 'org.ifinalframework.auto:auto-service:1.3.4'
// https://jarcasting.com/artifacts/org.ifinalframework.auto/auto-service/
implementation ("org.ifinalframework.auto:auto-service:1.3.4")
'org.ifinalframework.auto:auto-service:jar:1.3.4'
<dependency org="org.ifinalframework.auto" name="auto-service" rev="1.3.4">
<artifact name="auto-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.auto', module='auto-service', version='1.3.4')
)
libraryDependencies += "org.ifinalframework.auto" % "auto-service" % "1.3.4"
[org.ifinalframework.auto/auto-service "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.6.6 |