Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.mythoi |
ArtifactId | ArtifactIdspring-boot-starter-luaj |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.mythoi/spring-boot-starter-luaj/ -->
<dependency>
<groupId>cn.mythoi</groupId>
<artifactId>spring-boot-starter-luaj</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.mythoi/spring-boot-starter-luaj/
implementation 'cn.mythoi:spring-boot-starter-luaj:1.0.3'
// https://jarcasting.com/artifacts/cn.mythoi/spring-boot-starter-luaj/
implementation ("cn.mythoi:spring-boot-starter-luaj:1.0.3")
'cn.mythoi:spring-boot-starter-luaj:jar:1.0.3'
<dependency org="cn.mythoi" name="spring-boot-starter-luaj" rev="1.0.3">
<artifact name="spring-boot-starter-luaj" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.mythoi', module='spring-boot-starter-luaj', version='1.0.3')
)
libraryDependencies += "cn.mythoi" % "spring-boot-starter-luaj" % "1.0.3"
[cn.mythoi/spring-boot-starter-luaj "1.0.3"]