GroupId | GroupIdcom.astamuse |
---|---|
ArtifactId | ArtifactIdasta4d-spring |
Version | Version1.1-Xmas |
Type | Typejar |
Filename | Size |
---|---|
asta4d-spring-1.1-Xmas.pom | |
asta4d-spring-1.1-Xmas.jar | 12 KB |
asta4d-spring-1.1-Xmas-sources.jar | 10 KB |
asta4d-spring-1.1-Xmas-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.astamuse/asta4d-spring/ -->
<dependency>
<groupId>com.astamuse</groupId>
<artifactId>asta4d-spring</artifactId>
<version>1.1-Xmas</version>
</dependency>
// https://jarcasting.com/artifacts/com.astamuse/asta4d-spring/
implementation 'com.astamuse:asta4d-spring:1.1-Xmas'
// https://jarcasting.com/artifacts/com.astamuse/asta4d-spring/
implementation ("com.astamuse:asta4d-spring:1.1-Xmas")
'com.astamuse:asta4d-spring:jar:1.1-Xmas'
<dependency org="com.astamuse" name="asta4d-spring" rev="1.1-Xmas">
<artifact name="asta4d-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astamuse', module='asta4d-spring', version='1.1-Xmas')
)
libraryDependencies += "com.astamuse" % "asta4d-spring" % "1.1-Xmas"
[com.astamuse/asta4d-spring "1.1-Xmas"]