GroupId | GroupIdcom.xyzla |
---|---|
ArtifactId | ArtifactIdxyzla-spring |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
xyzla-spring-1.1.4.pom | 711 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.xyzla/xyzla-spring/ -->
<dependency>
<groupId>com.xyzla</groupId>
<artifactId>xyzla-spring</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xyzla/xyzla-spring/
implementation 'com.xyzla:xyzla-spring:1.1.4'
// https://jarcasting.com/artifacts/com.xyzla/xyzla-spring/
implementation ("com.xyzla:xyzla-spring:1.1.4")
'com.xyzla:xyzla-spring:pom:1.1.4'
<dependency org="com.xyzla" name="xyzla-spring" rev="1.1.4">
<artifact name="xyzla-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xyzla', module='xyzla-spring', version='1.1.4')
)
libraryDependencies += "com.xyzla" % "xyzla-spring" % "1.1.4"
[com.xyzla/xyzla-spring "1.1.4"]