is not current version
Last Version 1.0.5

cn.mythoi:spring-boot-starter-luaj 1.0.2

springboot、lua脚本混合开发

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.mythoi
ArtifactId

ArtifactId

spring-boot-starter-luaj
Version

Version

1.0.2
Type

Type

jar

Download spring-boot-starter-luaj 1.0.2


<!-- https://jarcasting.com/artifacts/cn.mythoi/spring-boot-starter-luaj/ -->
<dependency>
    <groupId>cn.mythoi</groupId>
    <artifactId>spring-boot-starter-luaj</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.mythoi/spring-boot-starter-luaj/
implementation 'cn.mythoi:spring-boot-starter-luaj:1.0.2'
// https://jarcasting.com/artifacts/cn.mythoi/spring-boot-starter-luaj/
implementation ("cn.mythoi:spring-boot-starter-luaj:1.0.2")
'cn.mythoi:spring-boot-starter-luaj:jar:1.0.2'
<dependency org="cn.mythoi" name="spring-boot-starter-luaj" rev="1.0.2">
  <artifact name="spring-boot-starter-luaj" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.mythoi', module='spring-boot-starter-luaj', version='1.0.2')
)
libraryDependencies += "cn.mythoi" % "spring-boot-starter-luaj" % "1.0.2"
[cn.mythoi/spring-boot-starter-luaj "1.0.2"]