License |
License |
---|---|
GroupId | GroupIdcom.listeningframework.boot |
ArtifactId | ArtifactIdlistening-boot-starters |
Version | Version1.5.9.3 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
listening-boot-starters-1.5.9.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starters/ -->
<dependency>
<groupId>com.listeningframework.boot</groupId>
<artifactId>listening-boot-starters</artifactId>
<version>1.5.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starters/
implementation 'com.listeningframework.boot:listening-boot-starters:1.5.9.3'
// https://jarcasting.com/artifacts/com.listeningframework.boot/listening-boot-starters/
implementation ("com.listeningframework.boot:listening-boot-starters:1.5.9.3")
'com.listeningframework.boot:listening-boot-starters:pom:1.5.9.3'
<dependency org="com.listeningframework.boot" name="listening-boot-starters" rev="1.5.9.3">
<artifact name="listening-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.listeningframework.boot', module='listening-boot-starters', version='1.5.9.3')
)
libraryDependencies += "com.listeningframework.boot" % "listening-boot-starters" % "1.5.9.3"
[com.listeningframework.boot/listening-boot-starters "1.5.9.3"]