Download JAR files tagged by belong with all dependencies
jcore-annotation-removal-ae from group de.julielab (version 2.6.1)
Removes annotations from the CAS that belong to one of the types specified as a parameter value in the descriptor.
Group: de.julielab Artifact: jcore-annotation-removal-ae
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jcore-annotation-removal-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-annotation-removal-ae
License BSD 2-Clause
Dependencies amount 4
Dependencies slf4j-api, jcore-types, jcore-descriptor-creator, junit-jupiter-engine,
There are maybe transitive dependencies!
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-annotation-removal-ae
License BSD 2-Clause
Dependencies amount 4
Dependencies slf4j-api, jcore-types, jcore-descriptor-creator, junit-jupiter-engine,
There are maybe transitive dependencies!
org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted from group org.apache.stanbol (version 1.0.0)
Any engine that access a service that cannot be accessed without
limits or without providing a license key or similar belong to this list
Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
nb-editor-close-left-right from group de.funfried.netbeans.plugins (version 1.0.7)
This plugin helps you to easily close unused or unwanted editor tabs. Instead of either close all tabs
or all tabs except the currently selected you can also close the tabs right or left, the ones either
belong or not belong to the project from the context menu of a selected tab at once or even all tabs
that have not been changed since the last commit to your version control system (Git, SVN and Mercurial
supported).
Group: de.funfried.netbeans.plugins Artifact: nb-editor-close-left-right
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact nb-editor-close-left-right
Group de.funfried.netbeans.plugins
Version 1.0.7
Last update 29. September 2024
Organization not specified
URL https://funfried.github.io/nb-editor-close-left-right/
License Apache License, Version 2.0
Dependencies amount 16
Dependencies org-openide-awt, org-openide-util, org-openide-util-ui, org-netbeans-modules-options-api, org-openide-util-lookup, org-openide-modules, org-openide-filesystems, org-openide-windows, org-netbeans-core-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi-base, org-netbeans-libs-git, org-netbeans-modules-git, org-netbeans-modules-subversion, org-netbeans-modules-mercurial, commons-lang3,
There are maybe transitive dependencies!
Group de.funfried.netbeans.plugins
Version 1.0.7
Last update 29. September 2024
Organization not specified
URL https://funfried.github.io/nb-editor-close-left-right/
License Apache License, Version 2.0
Dependencies amount 16
Dependencies org-openide-awt, org-openide-util, org-openide-util-ui, org-netbeans-modules-options-api, org-openide-util-lookup, org-openide-modules, org-openide-filesystems, org-openide-windows, org-netbeans-core-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi-base, org-netbeans-libs-git, org-netbeans-modules-git, org-netbeans-modules-subversion, org-netbeans-modules-mercurial, commons-lang3,
There are maybe transitive dependencies!
magritte from group org.siani.magritte (version 1.1.6)
Magritte is a framework for developing complex models at different levels of abstraction. It supports the definition of Domain Specific Languages (DSL) for modeling purposes. Models are composed of many objects that are linked representing different types of relations: abstraction, generalization, composition, aggregation or association. The most interesting feature is the dynamic polymorphism, that means that a single object can change what classes belong during its life.
0 downloads
Artifact magritte
Group org.siani.magritte
Version 1.1.6
Last update 29. April 2015
Organization not specified
URL https://bitbucket.org/siani/magritte
License The GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.siani.magritte
Version 1.1.6
Last update 29. April 2015
Organization not specified
URL https://bitbucket.org/siani/magritte
License The GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
magritte from group org.siani (version 1.1.2)
Magritte is a framework for developing complex models at different levels of abstraction. It supports the definition of Domain Specific Languages (DSL) for modeling purposes. Models are composed of many objects that are linked representing different types of relations: abstraction, generalization, composition, aggregation or association. The most interesting feature is the dynamic polymorphism, that means that a single object can change what classes belong during its life.
Artifact magritte
Group org.siani
Version 1.1.2
Last update 08. April 2015
Organization not specified
URL https://bitbucket.org/siani/magritte
License The GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.siani
Version 1.1.2
Last update 08. April 2015
Organization not specified
URL https://bitbucket.org/siani/magritte
License The GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5.3)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
1 downloads
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Page 2 from 2 (items total 16)