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