Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.attt |
ArtifactId | ArtifactIdarcher-spring-autoconfigure |
Version | Version1.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.attt/archer-spring-autoconfigure/ -->
<dependency>
<groupId>com.github.attt</groupId>
<artifactId>archer-spring-autoconfigure</artifactId>
<version>1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attt/archer-spring-autoconfigure/
implementation 'com.github.attt:archer-spring-autoconfigure:1.0-rc1'
// https://jarcasting.com/artifacts/com.github.attt/archer-spring-autoconfigure/
implementation ("com.github.attt:archer-spring-autoconfigure:1.0-rc1")
'com.github.attt:archer-spring-autoconfigure:jar:1.0-rc1'
<dependency org="com.github.attt" name="archer-spring-autoconfigure" rev="1.0-rc1">
<artifact name="archer-spring-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attt', module='archer-spring-autoconfigure', version='1.0-rc1')
)
libraryDependencies += "com.github.attt" % "archer-spring-autoconfigure" % "1.0-rc1"
[com.github.attt/archer-spring-autoconfigure "1.0-rc1"]