| Categories |
CategoriesAngular User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdangular-restmod |
| Version | Version1.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| angular-restmod-1.1.8.pom | |
| angular-restmod-1.1.8.jar | 126 KB |
| angular-restmod-1.1.8-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-restmod/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-restmod</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-restmod/
implementation 'org.webjars.bower:angular-restmod:1.1.8'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-restmod/
implementation ("org.webjars.bower:angular-restmod:1.1.8")
'org.webjars.bower:angular-restmod:jar:1.1.8'
<dependency org="org.webjars.bower" name="angular-restmod" rev="1.1.8">
<artifact name="angular-restmod" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-restmod', version='1.1.8')
)
libraryDependencies += "org.webjars.bower" % "angular-restmod" % "1.1.8"
[org.webjars.bower/angular-restmod "1.1.8"]