is not current version
Last Version 2.4

net.sourceforge.jadex:jadex-nuggets 2.0-rc8

The Jadex nuggets is a fast Java bean to XML and back converter.

Categories

Categories

Net Dex General Purpose Libraries Utility JADE
GroupId

GroupId

net.sourceforge.jadex
ArtifactId

ArtifactId

jadex-nuggets
Version

Version

2.0-rc8
Type

Type

jar

Download jadex-nuggets 2.0-rc8


<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-nuggets/ -->
<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-nuggets</artifactId>
    <version>2.0-rc8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-nuggets/
implementation 'net.sourceforge.jadex:jadex-nuggets:2.0-rc8'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-nuggets/
implementation ("net.sourceforge.jadex:jadex-nuggets:2.0-rc8")
'net.sourceforge.jadex:jadex-nuggets:jar:2.0-rc8'
<dependency org="net.sourceforge.jadex" name="jadex-nuggets" rev="2.0-rc8">
  <artifact name="jadex-nuggets" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-nuggets', version='2.0-rc8')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-nuggets" % "2.0-rc8"
[net.sourceforge.jadex/jadex-nuggets "2.0-rc8"]