Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdangular-feeds |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
angular-feeds-0.0.1.pom | |
angular-feeds-0.0.1.jar | 6 KB |
angular-feeds-0.0.1-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/angular-feeds/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angular-feeds</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angular-feeds/
implementation 'org.webjars:angular-feeds:0.0.1'
// https://jarcasting.com/artifacts/org.webjars/angular-feeds/
implementation ("org.webjars:angular-feeds:0.0.1")
'org.webjars:angular-feeds:jar:0.0.1'
<dependency org="org.webjars" name="angular-feeds" rev="0.0.1">
<artifact name="angular-feeds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angular-feeds', version='0.0.1')
)
libraryDependencies += "org.webjars" % "angular-feeds" % "0.0.1"
[org.webjars/angular-feeds "0.0.1"]