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

Download 3.9.3.jar JAR files with dependency

Search JAR files by class name

centromere-jpa from group org.oncoblocks.centromere (version 0.4.2)

Genomic data warehouse and RESTful web services framework. JPA repository integration.

Group: org.oncoblocks.centromere Artifact: centromere-jpa
Show all versions Show documentation Show source 
 

0 downloads
Artifact centromere-jpa
Group org.oncoblocks.centromere
Version 0.4.2
Last update 20. July 2016
Organization not specified
URL https://github.com/oncoblocks/centromere
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies centromere-core, spring-data-jpa, hibernate-entitymanager,
There are maybe transitive dependencies!

centromere-data-import-cli from group org.oncoblocks.centromere (version 0.4.2)

Genomic data warehouse and RESTful web services framework. Utility classes for command line data import.

Group: org.oncoblocks.centromere Artifact: centromere-data-import-cli
Show all versions Show documentation Show source 
 

0 downloads
Artifact centromere-data-import-cli
Group org.oncoblocks.centromere
Version 0.4.2
Last update 20. July 2016
Organization not specified
URL https://github.com/oncoblocks/centromere
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies centromere-core, spring-boot,
There are maybe transitive dependencies!

centromere-mongodb from group org.oncoblocks.centromere (version 0.4.2)

Genomic data warehouse and RESTful web services framework. Repository integration for MongoDB databases.

Group: org.oncoblocks.centromere Artifact: centromere-mongodb
Show all versions Show documentation Show source 
 

0 downloads
Artifact centromere-mongodb
Group org.oncoblocks.centromere
Version 0.4.2
Last update 20. July 2016
Organization not specified
URL https://github.com/oncoblocks/centromere
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies centromere-core, spring-data-mongodb, mongodb-driver, mongo-java-driver,
There are maybe transitive dependencies!

centromere-core from group org.oncoblocks.centromere (version 0.4.2)

Genomic data warehouse and RESTful web services framework. Core components for creating data models, repository interfaces, and data import pipelines.

Group: org.oncoblocks.centromere Artifact: centromere-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact centromere-core
Group org.oncoblocks.centromere
Version 0.4.2
Last update 20. July 2016
Organization not specified
URL https://github.com/oncoblocks/centromere
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies spring-core, spring-context, spring-data-commons, guava, jackson-annotations, jackson-databind, jcommander, logback-classic,
There are maybe transitive dependencies!

cassandra from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides a set of audit processors that persists audit events using Cassandra. Once persisted, the event is passed on without modification.

Group: org.beiter.michael.eaudit4j.processors Artifact: cassandra
Show documentation Show source 
 

0 downloads
Artifact cassandra
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 5
Dependencies common, slf4j-log4j12, commons-lang3, cassandra-driver-core, guava,
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides a set of audit processors that persists audit events using JDBC. Depending on the processor implementation, the JDBC connection can be instantiated from a configurable database connection pool, a JNDI name, or a data source. Once persisted, the event is passed on without modification.

Group: org.beiter.michael.eaudit4j.processors Artifact: jdbc
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, db, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

slf4j from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that logs audit events using slf4j, and passes the event on without modifying it.

Group: org.beiter.michael.eaudit4j.processors Artifact: slf4j
Show all versions Show documentation Show source 
 

1 downloads
Artifact slf4j
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, slf4j-log4j12, commons-lang3, commons-codec,
There are maybe transitive dependencies!

eventId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a random event ID. The entropy is configurable, and the ID is appended to the event and stored in a configurable field name.

Group: org.beiter.michael.eaudit4j.processors Artifact: eventId
Show all versions Show documentation Show source 
 

0 downloads
Artifact eventId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

timestamp from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that retrieves the system time and appends a timestamp as a field to audit events.

Group: org.beiter.michael.eaudit4j.processors Artifact: timestamp
Show all versions Show documentation Show source 
 

1 downloads
Artifact timestamp
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

machineId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a unique machine ID for the machine executing the library and appends it as a field to audit events.

Group: org.beiter.michael.eaudit4j.processors Artifact: machineId
Show all versions Show documentation Show source 
 

0 downloads
Artifact machineId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!



Page 35175 from 53632 (items total 536312)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy