Download JAR files tagged by inject with all dependencies
javaee-inject-example-ear from group org.wicketstuff (version 7.0.0)
Group: org.wicketstuff Artifact: javaee-inject-example-ear
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
javaee-inject-example-war from group org.wicketstuff (version 7.0.0)
Group: org.wicketstuff Artifact: javaee-inject-example-war
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact javaee-inject-example-war
Group org.wicketstuff
Version 7.0.0
Last update 29. July 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies wicketstuff-javaee-inject,
There are maybe transitive dependencies!
Group org.wicketstuff
Version 7.0.0
Last update 29. July 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies wicketstuff-javaee-inject,
There are maybe transitive dependencies!
javaee-inject-example-ejb from group org.wicketstuff (version 7.0.0)
Group: org.wicketstuff Artifact: javaee-inject-example-ejb
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact javaee-inject-example-ejb
Group org.wicketstuff
Version 7.0.0
Last update 29. July 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.wicketstuff
Version 7.0.0
Last update 29. July 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
javaee-inject-examples from group org.wicketstuff (version 7.0.0)
This is a sample JAVA EE 6 project for demonstrating how the JavaEE Inject
library should been used in Enterprise and/or Web Applications.
Note, that with small changes you can easily convert this project back
to JAVA EE 5, which is also supported by the library.
Group: org.wicketstuff Artifact: javaee-inject-examples
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact javaee-inject-examples
Group org.wicketstuff
Version 7.0.0
Last update 29. July 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.wicketstuff
Version 7.0.0
Last update 29. July 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
xapi-core-util from group net.wetheinter (version 0.5)
This module contains static services and default implementations for other core services.
In order to keep core dependencies as clean as possible,
we avoid accessing helpers like X_Inject or X_Reflect unless they are needed to perform a task.
For example, ReflectionService and it's default implementation don't have to know about X_Inject,
but it's public service X_Reflect does. So, the implementation goes in xapi-core-reflect,
and the static accessor goes in xapi-core-util.
0 downloads
Artifact xapi-core-util
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 2
Dependencies xapi-core-inject, xapi-core-reflect,
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 2
Dependencies xapi-core-inject, xapi-core-reflect,
There are maybe transitive dependencies!
xapi-jre-inject from group net.wetheinter (version 0.5)
All jre-specific runtime implementation for dependency injection goes in here.
Note that the xapi-core-inject core library can operate without runtime support;
so long as your services are correctly mapped in META-INF, you will not need
runtime classpath scanning or bytecode lookup.
0 downloads
Artifact xapi-jre-inject
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 2
Dependencies xapi-core-inject, xapi-dev-scanner,
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 2
Dependencies xapi-core-inject, xapi-dev-scanner,
There are maybe transitive dependencies!
spring-data-events from group org.labun (version 1.0.1)
An implementation of missing spring data repository hooks.
JPA @EventHandlers have following limitations, which
have been solved in this library:
1) It leads to circular dependency between your entity and
it's event handler which makes it impossible to split your
application into dedicated modules or extends an existing
one with own modules.
2) The inability to inject spring beans without using of
static context.
1 downloads
Artifact spring-data-events
Group org.labun
Version 1.0.1
Last update 25. July 2017
Organization not specified
URL https://labun.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.labun
Version 1.0.1
Last update 25. July 2017
Organization not specified
URL https://labun.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
sakai-wicket-maven-archetype from group org.sakaiproject.maven-archetype (version 1.5.0)
The Sakai Wicket Maven Archetype allows you to generate a sample Sakai app via a single Maven command.
The app is based on Apache Wicket which integrates nicely with Sakai.
The app demonstrates how to get a Sakai tool styled, internationalised and registered, setup your own APIs, wire them up with Spring and inject them via annotations.
The 1.1 and up releases also include multi database support via Spring JDBC. It could easily be used as a base for a real tool.
Group: org.sakaiproject.maven-archetype Artifact: sakai-wicket-maven-archetype
Show all versions Show source
Show all versions Show source
0 downloads
Artifact sakai-wicket-maven-archetype
Group org.sakaiproject.maven-archetype
Version 1.5.0
Last update 28. October 2014
Organization The Sakai Foundation
URL https://confluence.sakaiproject.org/display/BOOT/Sakai+Wicket+Maven+Archetype
License Educational Community License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.sakaiproject.maven-archetype
Version 1.5.0
Last update 28. October 2014
Organization The Sakai Foundation
URL https://confluence.sakaiproject.org/display/BOOT/Sakai+Wicket+Maven+Archetype
License Educational Community License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
kernel from group io.nuun.kernel (version 1.0.M11)
Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus
a JSR 330 compliant injection mechanism backed by Guice.
Plugin benefits from kernel capabilities by sending requests to it :
- kernel params request :
- Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate
- Binding Request :
Nuun Kernel provides an SPI in order to bring IOC from other vendors.
Nuun Kernel come with 2 plugins:
- Configuration Plugin : a plugin that inject the good property based on @Property annotation.
- Log plugin : a Log handler that inject the good Log implementation
Group: io.nuun.kernel Artifact: kernel
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
kernel from group io.nuun (version 1.0.M9)
Group: io.nuun Artifact: kernel
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Page 52 from 53 (items total 529)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy