License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codesup.util |
ArtifactId | ArtifactIdjaxb-expression-plugin |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionJAXB expression evaluator plugin
JAXB Plugin to generate arbitrary methods into XJC-generated classes that evaluate
expressions in any programming language on the instance of the generated target class.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb-expression-plugin/ -->
<dependency>
<groupId>net.codesup.util</groupId>
<artifactId>jaxb-expression-plugin</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-expression-plugin/
implementation 'net.codesup.util:jaxb-expression-plugin:1.1.1'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-expression-plugin/
implementation ("net.codesup.util:jaxb-expression-plugin:1.1.1")
'net.codesup.util:jaxb-expression-plugin:jar:1.1.1'
<dependency org="net.codesup.util" name="jaxb-expression-plugin" rev="1.1.1">
<artifact name="jaxb-expression-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb-expression-plugin', version='1.1.1')
)
libraryDependencies += "net.codesup.util" % "jaxb-expression-plugin" % "1.1.1"
[net.codesup.util/jaxb-expression-plugin "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.codesup.util : jaxb-plugin-lib | jar | 1.2.0 |
org.glassfish.jaxb : jaxb-xjc Optional | jar | 2.2.11 |
org.glassfish.jaxb : jaxb-runtime Optional | jar | 2.2.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |