Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.sf.xmlform |
ArtifactId | ArtifactIdxmlform-spring |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
xmlform-spring-1.2.0.pom | |
xmlform-spring-1.2.0.jar | 30 KB |
xmlform-spring-1.2.0-sources.jar | 15 KB |
xmlform-spring-1.2.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.xmlform/xmlform-spring/ -->
<dependency>
<groupId>net.sf.xmlform</groupId>
<artifactId>xmlform-spring</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xmlform/xmlform-spring/
implementation 'net.sf.xmlform:xmlform-spring:1.2.0'
// https://jarcasting.com/artifacts/net.sf.xmlform/xmlform-spring/
implementation ("net.sf.xmlform:xmlform-spring:1.2.0")
'net.sf.xmlform:xmlform-spring:jar:1.2.0'
<dependency org="net.sf.xmlform" name="xmlform-spring" rev="1.2.0">
<artifact name="xmlform-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xmlform', module='xmlform-spring', version='1.2.0')
)
libraryDependencies += "net.sf.xmlform" % "xmlform-spring" % "1.2.0"
[net.sf.xmlform/xmlform-spring "1.2.0"]