Download JAR files tagged by lang with all dependencies
data-distribution-api-vivo_1_09 from group edu.cornell.library.scholars (version 1.1.1)
---------------------------------------------------------------------------
Version for VIVO 1.9
This uses the source and test code from the Version for VIVO 1.10, edited to
make it compatible with VIVO 1.9. It also borrows some code from VIVO 1.10
itself, changes the package name to avoid conflicts, and adds it here.
* Vitro 1.9 uses Jena 2, not Jena 3, and Commons Lang 2, not 3, so modify
the "import" statements in the Data Distribution code accordingly.
* Vitro 1.9 has an earlier version of "...webapp.utils.sparqlrunner"
package, so borrow the source from Vitro 1.10, move it to a different
package so it won't conflict with the 1.9 version, modify it to use
Jena 2 and Commons Lang 2, and modify the Data Distribution API code to
use this sparqlrunner package.
* Vitro 1.9 has an earlier version of "...webapp.utils.configuration"
package, so borrow the source from Vitro 1.10, move it to a different
package so it won't conflict with the 1.9 version, modify it to use
Jena 2 and Commons Lang 2, and modify the Data Distribution API code to
use this configuration package.
Make these modifications, compile, JAR it up, and deploy.
---------------------------------------------------------------------------
Group: edu.cornell.library.scholars Artifact: data-distribution-api-vivo_1_09
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact data-distribution-api-vivo_1_09
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies vitro-api, vitro-dependencies,
There are maybe transitive dependencies!
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies vitro-api, vitro-dependencies,
There are maybe transitive dependencies!
beige-settings from group org.beigesoft (version 1.1.3)
It helps to quickly make settings for class and its fields of with properties XML.
Instead of create a lot of files to describe every class and its fields it use describing by type, by name.
E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned fo every field of this type.
Of course it can be overriden by settings for field name and so on.
It is used by beige-web to describe how to render an entity and convert from HTML value.
It is used by beige-orm to describe how to map an entity to a DBMS.
It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1",
class settings Map<String, Map<String, String>>,
e.g. "org.mode.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"],
fields settings Map<String, Map<String, Map<String, String>>>,
e.g. "org.mode.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]
0 downloads
Artifact beige-settings
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies beige-common,
There are maybe transitive dependencies!
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies beige-common,
There are maybe transitive dependencies!
java-types from group net.florianschoppmann.java (version 1.0.1)
Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core
Java Reflection API, akin to JEP 119.
This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type
system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods
have no equivalent in the Java Reflection API.
The abstract skeletal implementation in this module is meant to be specialized for a particular javax.lang.model
implementation. The abstraction makes this module well-suited to be used in projects that contain
javax.lang.model as part of their domain model (for instance, implementations of alternative languages on top of
the JVM).
Group: net.florianschoppmann.java Artifact: java-types
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact java-types
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
sass-lang from group org.jszip.gems (version 3.2.9)
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector
inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a
web-framework plugin.
This is a repackaged GEM in a JAR format of the sass-lang.gem package. The sass-gems package version
follows the sass-lang.gem versions located http://rubyforge.org/frs/?group_id=9702. Simply change
the version of this package to download and repackage the same GEM version.
Artifact sass-lang
Group org.jszip.gems
Version 3.2.9
Last update 14. May 2013
Organization not specified
URL https://github.com/jszip/gems/sass-lang
License MIT License
Dependencies amount 1
Dependencies jruby-complete,
There are maybe transitive dependencies!
Group org.jszip.gems
Version 3.2.9
Last update 14. May 2013
Organization not specified
URL https://github.com/jszip/gems/sass-lang
License MIT License
Dependencies amount 1
Dependencies jruby-complete,
There are maybe transitive dependencies!
data-distribution-api-vivo_1_08 from group edu.cornell.library.scholars (version 1.1.1)
---------------------------------------------------------------------------
Version for VIVO 1.8
This uses the source and test code from the Version for VIVO 1.10, edited to
make it compatible with VIVO 1.8. It also borrows some code from VIVO 1.10
itself, changes the package name to avoid conflicts, and adds it here.
* Vitro 1.8 uses Jena 2, not Jena 3, and Commons Lang 2, not 3, so modify
the "import" statements in the Data Distribution code accordingly.
* Vitro 1.8 does not have a "...webapp.utils.sparqlrunner" package, so
borrow the source from Vitro 1.10, move it to a different package (just
for compatibility with the 1.9 version), modify it to use Jena 2 and
Commons Lang 2, and modify the Data Distribution API code to use this
sparqlrunner package.
* Vitro 1.9 has an earlier version of "...webapp.utils.configuration"
package, so borrow the source from Vitro 1.10, move it to a different
package so it won't conflict with the 1.9 version, modify it to use
Jena 2 and Commons Lang 2, and modify the Data Distribution API code to
use this configuration package.
Make these modifications, compile, JAR it up, and deploy.
---------------------------------------------------------------------------
Because VIVO 1.8 is not available as a Maven package, we have extracted the
class files, JARed them up, and stored them in a file-based repository
within this project.
But that doesn't include any transitive dependencies, so any package that
this code requires must be explicitly listed as a dependency.
---------------------------------------------------------------------------
Group: edu.cornell.library.scholars Artifact: data-distribution-api-vivo_1_08
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact data-distribution-api-vivo_1_08
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies vivo_classes, jena-core, jena-arq, commons-logging, commons-io, commons-lang, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies vivo_classes, jena-core, jena-arq, commons-logging, commons-io, commons-lang, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!
xapi-gwt-api from group net.wetheinter (version 0.5)
All Gwt jre emulation code goes in this module,
as well as any gwt-compiler overrides.
xapi-gwt-api.jar must come before gwt-dev.jar on your compile classpath.
A plugin is being built to automatically adjust maven runtime dependencies,
but users of ant or IDEs will need to ensure the super jar comes before
gwt-dev. We will petition gwt to accept our mods, but, until then,
if you want bleeding edge features, you gotta do bleeding edge configuration.
Code that ties directly into other modules, like java.lang.reflect for
the reflection submodule, have their super-source here, and generators or
other implementations in their own modules.
This is to maintain consistency in what is or isn't whitelisted in XApi GWT.
Some modules, like appengine, provide dependency-specific super-source
in their own packages. This module is for jre, junit and core XApi services.
0 downloads
Artifact xapi-gwt-api
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 13
Dependencies xapi-dev-source, xapi-dev-source, xapi-core-api, xapi-core-api, xapi-core-inject, xapi-core-inject, xapi-core-reflect, xapi-core-reflect, xapi-core-util, xapi-core-util, javax.inject, validation-api, validation-api,
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 13
Dependencies xapi-dev-source, xapi-dev-source, xapi-core-api, xapi-core-api, xapi-core-inject, xapi-core-inject, xapi-core-reflect, xapi-core-reflect, xapi-core-util, xapi-core-util, javax.inject, validation-api, validation-api,
There are maybe transitive dependencies!
xapi from group net.wetheinter (version 0.5)
XApi is a dependency injection, service-oriented, polyglot java framework.
It is comprised of standalone modules for use in web, desktop and mobile java applications.
This codebase enables complete reuse of all code across your java stack,
as well as the ability to easily define your own Platform, so you can
build your own customized runtime environment to extend or replace existing platforms.
It is currently geared towards servlets and gwt clients, but the target we are currently developing include:
java, gwt [webkit, firefox, ie], javafx, playn [android, ios, flash], appengine & vert.x
For Google Web Toolkit, we also include reflection support,
more complete emulation of java.lang.Class, zero-overhead dependency injection,
a range of code generation utilities, and even "magic-method injection"
(for production compiles any method in the app can be swapped out with
others based on configuration properties, or any AST mangling / code generating
methods you wish to write).
There is also a bytecode transformer in the works which will replace calls
into the DI utility with direct references to static final factories,
to allow the java compiler to completely erase all injection overhead in all java runtimes.
Group: net.wetheinter Artifact: xapi
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xapi
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization The Internet Party
URL https://github.com/${github.account}/xapi
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization The Internet Party
URL https://github.com/${github.account}/xapi
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
gwt-reflect from group net.wetheinter (version 2.5.1)
Artifact gwt-reflect
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies xapi-dev-source, gwt-method-inject,
There are maybe transitive dependencies!
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies xapi-dev-source, gwt-method-inject,
There are maybe transitive dependencies!
gwt-method-inject from group net.wetheinter (version 2.5.1)
Artifact gwt-method-inject
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.wetheinter
Version 2.5.1
Last update 23. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 38 from 3 (items total 379)