Categories |
CategoriesSpring Boot Container Microservices Angular User Interface Web Frameworks |
---|---|
GroupId | GroupIdch.swaechter |
ArtifactId | ArtifactIdangularj-universal-spring-boot-starter |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.swaechter/angularj-universal-spring-boot-starter/ -->
<dependency>
<groupId>ch.swaechter</groupId>
<artifactId>angularj-universal-spring-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.swaechter/angularj-universal-spring-boot-starter/
implementation 'ch.swaechter:angularj-universal-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/ch.swaechter/angularj-universal-spring-boot-starter/
implementation ("ch.swaechter:angularj-universal-spring-boot-starter:0.0.2")
'ch.swaechter:angularj-universal-spring-boot-starter:jar:0.0.2'
<dependency org="ch.swaechter" name="angularj-universal-spring-boot-starter" rev="0.0.2">
<artifact name="angularj-universal-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.swaechter', module='angularj-universal-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "ch.swaechter" % "angularj-universal-spring-boot-starter" % "0.0.2"
[ch.swaechter/angularj-universal-spring-boot-starter "0.0.2"]