Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.codesup.util |
ArtifactId | ArtifactIdjxpath-object-formatter |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.codesup.util/jxpath-object-formatter/ -->
<dependency>
<groupId>net.codesup.util</groupId>
<artifactId>jxpath-object-formatter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jxpath-object-formatter/
implementation 'net.codesup.util:jxpath-object-formatter:1.1.0'
// https://jarcasting.com/artifacts/net.codesup.util/jxpath-object-formatter/
implementation ("net.codesup.util:jxpath-object-formatter:1.1.0")
'net.codesup.util:jxpath-object-formatter:jar:1.1.0'
<dependency org="net.codesup.util" name="jxpath-object-formatter" rev="1.1.0">
<artifact name="jxpath-object-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jxpath-object-formatter', version='1.1.0')
)
libraryDependencies += "net.codesup.util" % "jxpath-object-formatter" % "1.1.0"
[net.codesup.util/jxpath-object-formatter "1.1.0"]