Categories |
CategoriesSpring Boot Container Microservices Angular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdangularfaces-spring-boot-starter |
Version | Version3.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.joinfaces/angularfaces-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>angularfaces-spring-boot-starter</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/angularfaces-spring-boot-starter/
implementation 'org.joinfaces:angularfaces-spring-boot-starter:3.2.3'
// https://jarcasting.com/artifacts/org.joinfaces/angularfaces-spring-boot-starter/
implementation ("org.joinfaces:angularfaces-spring-boot-starter:3.2.3")
'org.joinfaces:angularfaces-spring-boot-starter:jar:3.2.3'
<dependency org="org.joinfaces" name="angularfaces-spring-boot-starter" rev="3.2.3">
<artifact name="angularfaces-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='angularfaces-spring-boot-starter', version='3.2.3')
)
libraryDependencies += "org.joinfaces" % "angularfaces-spring-boot-starter" % "3.2.3"
[org.joinfaces/angularfaces-spring-boot-starter "3.2.3"]