Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.bardframework.form |
ArtifactId | ArtifactIdform-common |
Version | Version1.3.19 |
Type | Typejar |
Filename | Size |
---|---|
form-common-1.3.19.pom | |
form-common-1.3.19.jar | 51 KB |
form-common-1.3.19-sources.jar | 32 KB |
form-common-1.3.19-javadoc.jar | 772 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.form/form-common/ -->
<dependency>
<groupId>org.bardframework.form</groupId>
<artifactId>form-common</artifactId>
<version>1.3.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.form/form-common/
implementation 'org.bardframework.form:form-common:1.3.19'
// https://jarcasting.com/artifacts/org.bardframework.form/form-common/
implementation ("org.bardframework.form:form-common:1.3.19")
'org.bardframework.form:form-common:jar:1.3.19'
<dependency org="org.bardframework.form" name="form-common" rev="1.3.19">
<artifact name="form-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.form', module='form-common', version='1.3.19')
)
libraryDependencies += "org.bardframework.form" % "form-common" % "1.3.19"
[org.bardframework.form/form-common "1.3.19"]