License |
License |
---|---|
Categories |
CategoriesAngular User Interface Web Frameworks |
GroupId | GroupIdch.swaechter |
ArtifactId | ArtifactIdangularj-universal |
Version | Version0.0.3 |
Type | Typepom |
Description |
Descriptionangularj-universal
A Java library for rendering Angular 4+ on the server side and providing them on the client side as universal application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
angularj-universal-0.0.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.swaechter/angularj-universal/ -->
<dependency>
<groupId>ch.swaechter</groupId>
<artifactId>angularj-universal</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.swaechter/angularj-universal/
implementation 'ch.swaechter:angularj-universal:0.0.3'
// https://jarcasting.com/artifacts/ch.swaechter/angularj-universal/
implementation ("ch.swaechter:angularj-universal:0.0.3")
'ch.swaechter:angularj-universal:pom:0.0.3'
<dependency org="ch.swaechter" name="angularj-universal" rev="0.0.3">
<artifact name="angularj-universal" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.swaechter', module='angularj-universal', version='0.0.3')
)
libraryDependencies += "ch.swaechter" % "angularj-universal" % "0.0.3"
[ch.swaechter/angularj-universal "0.0.3"]