Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.ifinalframework.auto |
ArtifactId | ArtifactIdauto-service |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
auto-service-1.3.3.pom | |
auto-service-1.3.3.jar | 19 KB |
auto-service-1.3.3-sources.jar | 10 KB |
auto-service-1.3.3-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.auto/auto-service/ -->
<dependency>
<groupId>org.ifinalframework.auto</groupId>
<artifactId>auto-service</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.auto/auto-service/
implementation 'org.ifinalframework.auto:auto-service:1.3.3'
// https://jarcasting.com/artifacts/org.ifinalframework.auto/auto-service/
implementation ("org.ifinalframework.auto:auto-service:1.3.3")
'org.ifinalframework.auto:auto-service:jar:1.3.3'
<dependency org="org.ifinalframework.auto" name="auto-service" rev="1.3.3">
<artifact name="auto-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.auto', module='auto-service', version='1.3.3')
)
libraryDependencies += "org.ifinalframework.auto" % "auto-service" % "1.3.3"
[org.ifinalframework.auto/auto-service "1.3.3"]