GroupId | GroupIdcom.listeningframework.boot |
---|---|
ArtifactId | ArtifactIdlistening-boot-starter-sitemesh |
Version | Version1.5.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starter-sitemesh/ -->
<dependency>
<groupId>com.listeningframework.boot</groupId>
<artifactId>listening-boot-starter-sitemesh</artifactId>
<version>1.5.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starter-sitemesh/
implementation 'com.listeningframework.boot:listening-boot-starter-sitemesh:1.5.9.1'
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starter-sitemesh/
implementation ("com.listeningframework.boot:listening-boot-starter-sitemesh:1.5.9.1")
'com.listeningframework.boot:listening-boot-starter-sitemesh:jar:1.5.9.1'
<dependency org="com.listeningframework.boot" name="listening-boot-starter-sitemesh" rev="1.5.9.1">
<artifact name="listening-boot-starter-sitemesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.listeningframework.boot', module='listening-boot-starter-sitemesh', version='1.5.9.1')
)
libraryDependencies += "com.listeningframework.boot" % "listening-boot-starter-sitemesh" % "1.5.9.1"
[com.listeningframework.boot/listening-boot-starter-sitemesh "1.5.9.1"]