j

jadex-nuggets

The Jadex nuggets is a fast Java bean to XML and back converter.
http://jadex.sourceforge.net
LGPL License
Alexander Pokahr Lars
Files download
File Operation
jadex-nuggets-2.0.jar download
jadex-nuggets-2.0.pom download
jadex-nuggets-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jadex</groupId>
  <artifactId>jadex-nuggets</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jadex:jadex-nuggets:2.0'
Gradle Kotlin
implementation("net.sourceforge.jadex:jadex-nuggets:2.0")
Scala SBT
libraryDependencies += "net.sourceforge.jadex" % "jadex-nuggets" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jadex', module='jadex-nuggets', version='2.0')
)
Apache Ivy
<dependency org="net.sourceforge.jadex" name="jadex-nuggets" rev="2.0" />
Leiningen
[net.sourceforge.jadex/jadex-nuggets "2.0"]
Apache Buildr
'net.sourceforge.jadex:jadex-nuggets:jar:2.0'
Dependencies