Download JAR files tagged by acts with all dependencies
protostuff-model from group com.dyuproject.protostuff (version 1.0.9)
An object model from the code generated by protoc(objects using the builder pattern).
This acts as a "message descriptor" at runtime(especially for LITE_RUNTIME) ... which
can also be used to generate code for other formats.
This also provides runtime accessors for the fields of a message via reflection.
Group: com.dyuproject.protostuff Artifact: protostuff-model
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact protostuff-model
Group com.dyuproject.protostuff
Version 1.0.9
Last update 26. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies protobuf-java,
There are maybe transitive dependencies!
Group com.dyuproject.protostuff
Version 1.0.9
Last update 26. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies protobuf-java,
There are maybe transitive dependencies!
biz.aQute.remote.agent from group biz.aQute.bnd (version 7.1.0)
This bundle acts as an agent for the remote launching architecture. When started, it will bind to port 29998 and listens for incoming requests. When this port is accessed, it will open a link that allows it to act as an OSGi management agent that is remotely controlled. When this connection is closed, it will remove all bundles that were installed through this connection. The protocol is highly optimized to make this also work for small devices and slow connections.
Group: biz.aQute.bnd Artifact: biz.aQute.remote.agent
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact biz.aQute.remote.agent
Group biz.aQute.bnd
Version 7.1.0
Last update 26. November 2024
Organization Bndtools
URL https://bnd.bndtools.org/
License (Apache-2.0 OR EPL-2.0)
Dependencies amount 3
Dependencies biz.aQute.bnd.util, biz.aQute.bndlib, org.apache.felix.gogo.runtime,
There are maybe transitive dependencies!
Group biz.aQute.bnd
Version 7.1.0
Last update 26. November 2024
Organization Bndtools
URL https://bnd.bndtools.org/
License (Apache-2.0 OR EPL-2.0)
Dependencies amount 3
Dependencies biz.aQute.bnd.util, biz.aQute.bndlib, org.apache.felix.gogo.runtime,
There are maybe transitive dependencies!
fix-virtual-host-app from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)
Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
Last update 09. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
Last update 09. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
fix-virtual-host-hook from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)
Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-hook
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact fix-virtual-host-hook
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
hooks from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)
Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: hooks
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
fix-virtual-host-app-parent from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 6.0.1)
Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app-parent
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 6.0.1
stubby4j from group by.stub (version 3.3.0)
HTTP stub server written in Java with embedded Jetty
Artifact stubby4j
Group by.stub
Version 3.3.0
Last update 03. November 2015
Organization ThoughtWorks
URL https://github.com/azagniotov/stubby4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group by.stub
Version 3.3.0
Last update 03. November 2015
Organization ThoughtWorks
URL https://github.com/azagniotov/stubby4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
sling-project-archetype from group org.apache.sling (version 1.0.12)
This archetype is creating a full Sling Project composed of
a OSGi Bundle and a Content Package which can be deployed
to the Sling using specific profiles. It also contains two shadow
folders that provide example code / files which are not part
of the default build but can be easily copied into the active modules.
If the project was created with the **optionAll** property set
to **y** (yes) then an **All** package is created with acts as
the single deployment unit of all bundles and packages in that
project.
Otherwise the **ui.apps** package is the deployment unit.
Artifact sling-project-archetype
Group org.apache.sling
Version 1.0.12
Last update 13. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!
Group org.apache.sling
Version 1.0.12
Last update 13. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!
excalibur-monitor from group org.apache.excalibur.components (version 2.2.1)
Avalon Excalibur's resource management code allows you to be notified when a resource has changed. There
are two methods of resource management: active and passive. Passive resource management acts as a holder
for resources, and after the resource has been modified through it's normal API, notification goes to all
listeners. Active resource management does the same, but it also polls the resources periodically to see
if the resource was modified through an external method. Active resource management is perfect for
monitoring files because they can be modified by external programs, and your program will be notified when
the change occurs instead of constantly polling it.
0 downloads
Artifact excalibur-monitor
Group org.apache.excalibur.components
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies avalon-framework-api, excalibur-sourceresolve,
There are maybe transitive dependencies!
Group org.apache.excalibur.components
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies avalon-framework-api, excalibur-sourceresolve,
There are maybe transitive dependencies!
Page 11 from 11 (items total 109)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy