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