Download JAR files tagged by packaging with all dependencies
nbm-maven-plugin from group org.bitstrings.maven.plugins (version 4.1)
Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.
Group: org.bitstrings.maven.plugins Artifact: nbm-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact nbm-maven-plugin
Group org.bitstrings.maven.plugins
Version 4.1
Last update 03. December 2015
Organization not specified
URL http://mojo.codehaus.org/nbm-maven/nbm-maven-plugin/
License Apache License 2
Dependencies amount 18
Dependencies nbm-tools, guava, maven-compat, maven-plugin-api, maven-plugin-annotations, ant, plexus-utils, plexus-archiver, maven-dependency-tree, maven-dependency-analyzer, maven-model, plexus-container-default, maven-filtering, maven-core, nbm-maven-harness, plexus-io, nb-shared, commons-collections,
There are maybe transitive dependencies!
Group org.bitstrings.maven.plugins
Version 4.1
Last update 03. December 2015
Organization not specified
URL http://mojo.codehaus.org/nbm-maven/nbm-maven-plugin/
License Apache License 2
Dependencies amount 18
Dependencies nbm-tools, guava, maven-compat, maven-plugin-api, maven-plugin-annotations, ant, plexus-utils, plexus-archiver, maven-dependency-tree, maven-dependency-analyzer, maven-model, plexus-container-default, maven-filtering, maven-core, nbm-maven-harness, plexus-io, nb-shared, commons-collections,
There are maybe transitive dependencies!
nbm-maven-plugin from group org.codehaus.mojo (version 4.1)
Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.
5 downloads
Artifact nbm-maven-plugin
Group org.codehaus.mojo
Version 4.1
Last update 13. November 2015
Organization not specified
URL https://github.com/mojohaus/nbm-maven-plugin
License Apache License 2
Dependencies amount 17
Dependencies maven-artifact, maven-compat, maven-plugin-api, maven-plugin-annotations, ant, plexus-utils, plexus-archiver, maven-dependency-tree, maven-dependency-analyzer, maven-model, plexus-container-default, maven-filtering, maven-core, nbm-maven-harness, plexus-io, nb-shared, guava,
There are maybe transitive dependencies!
Group org.codehaus.mojo
Version 4.1
Last update 13. November 2015
Organization not specified
URL https://github.com/mojohaus/nbm-maven-plugin
License Apache License 2
Dependencies amount 17
Dependencies maven-artifact, maven-compat, maven-plugin-api, maven-plugin-annotations, ant, plexus-utils, plexus-archiver, maven-dependency-tree, maven-dependency-analyzer, maven-model, plexus-container-default, maven-filtering, maven-core, nbm-maven-harness, plexus-io, nb-shared, guava,
There are maybe transitive dependencies!
javafx-deploy-lib from group com.zenjava (version 1.2)
The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be
used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library
that comes with the JDK but without the limitations that come from being bundled in the JDK.
2 downloads
Artifact javafx-deploy-lib
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!
xml-apis-ext from group xml-apis (version 1.3.04)
xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun.
51 downloads
Artifact xml-apis-ext
Group xml-apis
Version 1.3.04
Last update 22. December 2006
Organization not specified
URL http://xml.apache.org/commons/components/external/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group xml-apis
Version 1.3.04
Last update 22. December 2006
Organization not specified
URL http://xml.apache.org/commons/components/external/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
automata-modelchecking-m3c from group net.automatalib (version 0.11.0)
This artifact provides the implementation of the model checker presented in the paper "M3C: Modal Meta Model
Checking" (https://dx.doi.org/10.1007/978-3-030-00244-2_15) by Bernhard Steffen and Alnis Murtovi. The paper is
based on "Model Checking for Context-Free Processes" (https://link.springer.com/chapter/10.1007/BFb0084787) by
Olaf Burkart and Bernhard Steffen.
Note that this implementation requires a runtime dependency to a specific ADDLib backend (see
https://add-lib.scce.info/), which is not explicitly included in this artifact due to packaging reasons.
0 downloads
Artifact automata-modelchecking-m3c
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies automata-api, automata-commons-util, automata-core, guava, addlib-core, checker-qual, testng,
There are maybe transitive dependencies!
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies automata-api, automata-commons-util, automata-core, guava, addlib-core, checker-qual, testng,
There are maybe transitive dependencies!
r6-generator from group io.github.terminological (version 0.5.6)
R can use RJava or jsr223 to communicate with java. R also has a class system called R6. If you want to use a java library
with native rJava or jsr223 in R there is potentially a lot of glue code needed, and R library specific packaging configuration required.
However if you don't mind writing an R-centric API in Java you can generate all of this glue code using a few java annotations
and the normal javadoc annotations. This plugin aims to provide an annotation processor that writes that glue code and creates a fairly
transparent connection between Java code and R code, with a minimum of hard work. The focus of this is streamlining the creation of R
libraries by Java developers, rather than allowing access to arbitrary Java code from R. The ultimate aim of this plugin to allow
java developers to provide simple APIs for their libraries, package their library using Maven, push it to github and for that to
become seamlessly available as an R library, with a minimal amount of fuss. A focus is on trying to produce CI ready libraries
tested with Github workflows and ready for CRAN submission.
Group: io.github.terminological Artifact: r6-generator
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact r6-generator
Group io.github.terminological
Version 0.5.6
Last update 26. September 2022
Organization not specified
URL https://github.com/terminological/r6-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.terminological
Version 0.5.6
Last update 26. September 2022
Organization not specified
URL https://github.com/terminological/r6-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 166 from 3 (items total 1656)