All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by acts with all dependencies

Search JAR files by class name

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 
 

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!

biz.aQute.remote.agent from group biz.aQute.bnd (version 7.0.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 
 

1 downloads
Artifact biz.aQute.remote.agent
Group biz.aQute.bnd
Version 7.0.0
Last update 06. October 2023
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 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app
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 5.1.0
Last update 25. March 2022
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 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-hook
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 5.1.0
Last update 25. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hooks from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: hooks
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hooks
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 5.1.0
Last update 25. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fix-virtual-host-app-parent from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

This app acts in the startup time of portal and help to fix the virtual host of Liferay. Given an existent database dump that points to a domain and a new environment needs to have a different domain the app will read a system property called liferay.virtual.host and set the value as the new company virtual host. For instance if the database dump points to www.myliferay.com and the property points to dev.myliferay.com the app will replace the former with the value of the latter. It was developed to avoid the redirect loop problem.

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app-parent
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 5.1.0
Last update 25. March 2022
Organization not specified
URL https://www.thiagomoreira.com.br/projects/fix-virtual-host-app
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stubby4j from group by.stub (version 3.3.0)

A highly flexible & configurable tool for testing interactions of SOA applications with web services (REST, SOAP, WSDL etc.) over HTTP(S) protocol. It is an actual HTTP server (stubby4j uses embedded Jetty) that acts like a real web service, ready for consumption by your code. Allows stubbing of external systems with ease for integration testing

Group: by.stub Artifact: stubby4j
Show all versions Show documentation Show source 
 

3 downloads
Artifact stubby4j
Group by.stub
Version 3.3.0
Last update 03. November 2015
Organization not specified
URL https://github.com/azagniotov/stubby4j
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jsonassert, jetty-server, commons-cli, xmlunit, snakeyaml, jetty-servlets,
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.

Group: org.apache.sling Artifact: sling-project-archetype
Show all versions Show source 
 

0 downloads
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!

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.

Group: org.apache.excalibur.components Artifact: excalibur-monitor
Show documentation Show source 
 

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!



Page 11 from 11 (items total 109)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy