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

Download JAR files tagged by code with all dependencies

Search JAR files by class name

im-aop-loggers from group eu.ciechanowiec (version 1.1.4)

A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)

Group: eu.ciechanowiec Artifact: im-aop-loggers
Show documentation Show source 
 

0 downloads
Artifact im-aop-loggers
Group eu.ciechanowiec
Version 1.1.4
Last update 30. March 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies spring-boot-starter, spring-boot-starter-aop, spring-boot-starter-validation, commons-lang3,
There are maybe transitive dependencies!

okta-sdk-impl from group com.okta.sdk (version 16.0.0)

The Okta Java SDK core implementation .jar is used at runtime to support API invocations. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.

Group: com.okta.sdk Artifact: okta-sdk-impl
Show all versions Show documentation Show source 
 

14 downloads
Artifact okta-sdk-impl
Group com.okta.sdk
Version 16.0.0
Last update 29. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies okta-sdk-api, slf4j-api, httpclient5, okta-config-check, jackson-databind, snakeyaml, bcprov-jdk18on, bcpkix-jdk18on, jjwt-api, guava,
There are maybe transitive dependencies!

graphql-maven-plugin-project from group com.graphql-java-generator (version 2.5)

This project is an accelerator to develop GraphQL clients and GraphQL servers in java. That is, it generates the boilerplate code, and let you concentrate on what's specific to your use case: the queries/mutations/subscriptions you will call, when in client mode. And the response to the queries/mutations/subscriptions call, as well as the relations between objects, when in server mode.

Group: com.graphql-java-generator Artifact: graphql-maven-plugin-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact graphql-maven-plugin-project
Group com.graphql-java-generator
Version 2.5
Last update 24. March 2024
Organization not specified
URL https://github.com/graphql-java-generator/graphql-java-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

graphql-java-client-runtime from group com.graphql-java-generator (version 2.5)

Group: com.graphql-java-generator Artifact: graphql-java-client-runtime
Show all versions Show documentation Show source 
 

0 downloads
Artifact graphql-java-client-runtime
Group com.graphql-java-generator
Version 2.5
Last update 24. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies byte-buddy, graphql-java-client-dependencies, graphql-java-common-runtime,
There are maybe transitive dependencies!

graphql-java-server-dependencies from group com.graphql-java-generator (version 2.5)

This pom module contains the needed dependencies for the code generated by graphql-java-generator, when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency so that the generated code embeds the necessary dependencies: <dependency><groupId>com.xyz</groupId> <artifactId>mvn-web-deps</artifactId> <version>0.0.1-SNAPSHOT</version> <type>pom</type> </dependency>

Group: com.graphql-java-generator Artifact: graphql-java-server-dependencies
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact graphql-java-server-dependencies
Group com.graphql-java-generator
Version 2.5
Last update 24. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies graphql-java-common-dependencies, spring-graphql, spring-boot-starter-webflux, javax.servlet-api, jaxb-api, jsr305,
There are maybe transitive dependencies!

graphql-java-server-runtime from group com.graphql-java-generator (version 2.5)

Group: com.graphql-java-generator Artifact: graphql-java-server-runtime
Show all versions Show documentation Show source 
 

0 downloads
Artifact graphql-java-server-runtime
Group com.graphql-java-generator
Version 2.5
Last update 24. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies graphql-java-server-dependencies, graphql-java-common-runtime,
There are maybe transitive dependencies!

graphql-maven-plugin-logic from group com.graphql-java-generator (version 2.5)

Group: com.graphql-java-generator Artifact: graphql-maven-plugin-logic
Show all versions Show documentation Show source 
 

0 downloads
Artifact graphql-maven-plugin-logic
Group com.graphql-java-generator
Version 2.5
Last update 24. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies graphql-java-common-runtime, commons-io, jackson-databind, plexus-build-api, slf4j-api, velocity-engine-core, graphql-java, justify, johnzon-core,
There are maybe transitive dependencies!

types from group dk.cloudcreate.essentials (version 0.40.6)

This library focuses purely on providing base types and utility types that can be used to better documented and more strongly typed code such as: BigDecimalType, BigIntegerType, ByteType, CharSequenceType, DoubleType, FloatType, IntegerType, LongType, ShortType, Percentage, Amount, CurrencyCode, Money, etc.

Group: dk.cloudcreate.essentials Artifact: types
Show all versions Show documentation Show source 
 

0 downloads
Artifact types
Group dk.cloudcreate.essentials
Version 0.40.6
Last update 21. March 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies shared,
There are maybe transitive dependencies!

metricshub-connector-maven-plugin from group org.sentrysoftware.maven (version 1.0.00)

The MetricsHub Connector Maven Plugin is a Maven report plugin that helps generate documentation for MetricsHub connectors. It is invoked during the Maven site generation process, and it takes the source code of the connectors as input. The plugin then generates a reference guide that describes the connectors in detail.

Group: org.sentrysoftware.maven Artifact: metricshub-connector-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact metricshub-connector-maven-plugin
Group org.sentrysoftware.maven
Version 1.0.00
Last update 19. March 2024
Organization Sentry Software
URL https://sentrysoftware.github.io/metricshub-connector-maven-plugin
License Apache-2.0
Dependencies amount 5
Dependencies maven-reporting-impl, maven-reporting-api, jackson-databind, jackson-core, jackson-dataformat-yaml,
There are maybe transitive dependencies!

simplelogging from group com.j256.simplelogging (version 3.0)

Small logging facade that backends to a number of standard logging packages and that can be copied into another project. This allows you to write your code and include log messages without having a fixed dependency on any one logging package. I include this code into my libraries and so they can stay agnostic.

Group: com.j256.simplelogging Artifact: simplelogging
Show all versions Show documentation Show source 
 

0 downloads
Artifact simplelogging
Group com.j256.simplelogging
Version 3.0
Last update 02. March 2024
Organization not specified
URL https://256stuff.com/sources/simplelogging/
License ISC License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1132 from 1282 (items total 12816)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy