Download JAR files tagged by obvious with all dependencies
obvious-ivtk from group com.googlecode.obvious (version 1.0)
An Obvious implementation based on the InfoVis Toolkit
Artifact obvious-ivtk
Group com.googlecode.obvious
Version 1.0
Last update 20. October 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 4
Dependencies obvious, obviousx, infovis, obvious-test,
There are maybe transitive dependencies!
Group com.googlecode.obvious
Version 1.0
Last update 20. October 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 4
Dependencies obvious, obviousx, infovis, obvious-test,
There are maybe transitive dependencies!
obvious-jung from group com.googlecode.obvious (version 1.0)
Implementation of Obvious based on the Jung Toolkit
Artifact obvious-jung
Group com.googlecode.obvious
Version 1.0
Last update 01. September 2011
Organization not specified
URL Not specified
License The BSD License
Dependencies amount 9
Dependencies jung2, jung-api, jung-graph-impl, junit, jung-visualization, obvious, obviousx, obvious-test, obvious-prefuse,
There are maybe transitive dependencies!
Group com.googlecode.obvious
Version 1.0
Last update 01. September 2011
Organization not specified
URL Not specified
License The BSD License
Dependencies amount 9
Dependencies jung2, jung-api, jung-graph-impl, junit, jung-visualization, obvious, obviousx, obvious-test, obvious-prefuse,
There are maybe transitive dependencies!
obvious from group com.googlecode.obvious (version 1.0)
This is the obvious main core project bundle
Artifact obvious
Group com.googlecode.obvious
Version 1.0
Last update 26. August 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
Group com.googlecode.obvious
Version 1.0
Last update 26. August 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
obvious-example from group com.googlecode.obvious (version 1.0)
This package contains examples using the Obvious Toolkit
Artifact obvious-example
Group com.googlecode.obvious
Version 1.0
Last update 20. October 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 7
Dependencies obviousx, obvious-jdbc, obvious-prefuse, obvious-ivtk, obvious-jung, obviousx-weka, demos,
There are maybe transitive dependencies!
Group com.googlecode.obvious
Version 1.0
Last update 20. October 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 7
Dependencies obviousx, obvious-jdbc, obvious-prefuse, obvious-ivtk, obvious-jung, obviousx-weka, demos,
There are maybe transitive dependencies!
obvious-test from group com.googlecode.obvious (version 1.0)
This project contains unit tests to validate Obvious implementations
Artifact obvious-test
Group com.googlecode.obvious
Version 1.0
Last update 01. September 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 1
Dependencies obvious,
There are maybe transitive dependencies!
Group com.googlecode.obvious
Version 1.0
Last update 01. September 2011
Organization not specified
URL http://code.google.com/p/obvious/
License The BSD License
Dependencies amount 1
Dependencies obvious,
There are maybe transitive dependencies!
smoketest from group zone.gryphon.ignore (version 0.20.95-5914d8c)
Since the parent-pom and base-bom projects are both packaged with "pom" packaging and as such don't contain any
actual source code, it's easy for non-obvious configuration bugs to slip through which don't affect them,
but immediately break projects with actual source code.
The purpose of this module is to provide a minimal example of a jar maven project which exercises various
pieces of maven functionality, to ensure that no easily detectable issues slip through.
0 downloads
Artifact smoketest
Group zone.gryphon.ignore
Version 0.20.95-5914d8c
Last update 16. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group zone.gryphon.ignore
Version 0.20.95-5914d8c
Last update 16. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
changelog-buildbreaker-maven-plugin from group com.github.peterwippermann.maven (version 0.1.2)
Changelogs should be in sync with the corresponding release. It is confusing for your users if the changelog does not reflect the latest changes. An obvious mistake are changes in your changelog tagged as "unreleased". This Maven plugin checks that there are no more unreleased changes in your changelog and breaks the release build otherwise. Your changelog is expected to follow the format proposed by keepachangelog.com.
Group: com.github.peterwippermann.maven Artifact: changelog-buildbreaker-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact changelog-buildbreaker-maven-plugin
Group com.github.peterwippermann.maven
Version 0.1.2
Last update 09. January 2018
Organization not specified
URL https://github.com/PeterWippermann/changelog-buildbreaker
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, plexus-utils,
There are maybe transitive dependencies!
Group com.github.peterwippermann.maven
Version 0.1.2
Last update 09. January 2018
Organization not specified
URL https://github.com/PeterWippermann/changelog-buildbreaker
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, plexus-utils,
There are maybe transitive dependencies!
jadex-serialization-xml from group org.activecomponents.jadex (version 4.0.267)
Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired.
This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.
Group: org.activecomponents.jadex Artifact: jadex-serialization-xml
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jadex-serialization-xml
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 2
Dependencies jadex-util-commons, jadex-serialization-traverser,
There are maybe transitive dependencies!
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 2
Dependencies jadex-util-commons, jadex-serialization-traverser,
There are maybe transitive dependencies!
jadex-xml from group org.activecomponents.jadex (version 3.0.117)
Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired.
This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.
Group: org.activecomponents.jadex Artifact: jadex-xml
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact jadex-xml
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 1
Dependencies jadex-commons,
There are maybe transitive dependencies!
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 1
Dependencies jadex-commons,
There are maybe transitive dependencies!
jadex-xml from group net.sourceforge.jadex (version 2.4)
Jadex XML is an XML data binding framework for Java and
also for other representations. The main idea of Jadex
XML is that neither the XML-Schema on the one side nor
the Java classes on the other side should define the
binding. Instead, a separate mapping between both is
used as a mediation. This allows designing the XML
representation independent of the Java side
but still being able to connect both as desired.
This idea was first put forward by the JiBX
data binding framework. Jadex XML pushes it further
by combining it with the configuration by exception
principle. The framework can detect obvious
correspondences between both sides automatically and
only needs configuration information when translations
are necessary. The configuration information is
currently specified directly in form of Java
configuration classes.
0 downloads
Artifact jadex-xml
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!
Page 2 from 2 (items total 20)