License |
License |
---|---|
Categories |
CategoriesScala Languages Spring Boot Container Microservices |
GroupId | GroupIdcom.infilos |
ArtifactId | ArtifactIdspring-boot-starter-scala |
Version | Version2.3.4-0 |
Type | Typepom |
Description |
Descriptionspring-boot-starter-scala
A spring-boot starter for scala language.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-starter-scala-2.3.4-0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infilos/spring-boot-starter-scala/ -->
<dependency>
<groupId>com.infilos</groupId>
<artifactId>spring-boot-starter-scala</artifactId>
<version>2.3.4-0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.infilos/spring-boot-starter-scala/
implementation 'com.infilos:spring-boot-starter-scala:2.3.4-0'
// https://jarcasting.com/artifacts/com.infilos/spring-boot-starter-scala/
implementation ("com.infilos:spring-boot-starter-scala:2.3.4-0")
'com.infilos:spring-boot-starter-scala:pom:2.3.4-0'
<dependency org="com.infilos" name="spring-boot-starter-scala" rev="2.3.4-0">
<artifact name="spring-boot-starter-scala" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.infilos', module='spring-boot-starter-scala', version='2.3.4-0')
)
libraryDependencies += "com.infilos" % "spring-boot-starter-scala" % "2.3.4-0"
[com.infilos/spring-boot-starter-scala "2.3.4-0"]