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