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

Download JAR files tagged by maven with all dependencies

Search JAR files by class name

pmd-core from group net.sourceforge.pmd (version 7.3.0)

Group: net.sourceforge.pmd Artifact: pmd-core
Show all versions Show documentation Show source 
 

51 downloads
Artifact pmd-core
Group net.sourceforge.pmd
Version 7.3.0
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies slf4j-api, jul-to-slf4j, antlr4-runtime, Saxon-HE, commons-lang3, asm, gson, checker-qual, pcollections, nice-xml-messages,
There are maybe transitive dependencies!

pmd-groovy from group net.sourceforge.pmd (version 7.3.0)

Group: net.sourceforge.pmd Artifact: pmd-groovy
Show all versions Show documentation Show source 
 

1 downloads
Artifact pmd-groovy
Group net.sourceforge.pmd
Version 7.3.0
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, groovy,
There are maybe transitive dependencies!

pmd-visualforce from group net.sourceforge.pmd (version 7.3.0)

Group: net.sourceforge.pmd Artifact: pmd-visualforce
Show all versions Show documentation Show source 
 

1 downloads
Artifact pmd-visualforce
Group net.sourceforge.pmd
Version 7.3.0
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, pmd-apex,
There are maybe transitive dependencies!

pmd-tsql from group net.sourceforge.pmd (version 7.3.0)

Group: net.sourceforge.pmd Artifact: pmd-tsql
Show all versions Show documentation Show source 
 

0 downloads
Artifact pmd-tsql
Group net.sourceforge.pmd
Version 7.3.0
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, antlr4-runtime,
There are maybe transitive dependencies!

pmd-java from group net.sourceforge.pmd (version 7.3.0)

Group: net.sourceforge.pmd Artifact: pmd-java
Show all versions Show documentation Show source 
 

44 downloads
Artifact pmd-java
Group net.sourceforge.pmd
Version 7.3.0
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies pmd-core, asm, commons-lang3, checker-qual, Saxon-HE, pcollections,
There are maybe transitive dependencies!

pmd-lua from group net.sourceforge.pmd (version 7.3.0)

Group: net.sourceforge.pmd Artifact: pmd-lua
Show all versions Show documentation Show source 
 

0 downloads
Artifact pmd-lua
Group net.sourceforge.pmd
Version 7.3.0
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, antlr4-runtime,
There are maybe transitive dependencies!

javonet-java-sdk from group com.javonet (version 2.4.5)

Javonet allows you to reference and use modules or packages written in (Java/Kotlin/Groovy/Clojure, C#/VB.NET, Ruby, Perl, Python, JavaScript/TypeScript) like they were created in your technology. It works on Linux/Windows and MacOS for applications created in JVM, CLR/Netcore, Perl, Python, Ruby, NodeJS, C++ or GoLang and gives you unparalleled freedom and flexibility with native performance in building your mixed-technologies products. Let it be accessing best AI or cryptography libraries, devices SDKs, legacy client modules, internal custom packages or anything from public repositories available on NPM, Nuget, PyPI, Maven/Gradle, RubyGems or GitHub. Get free from programming languages barriers today! For more information check out our guides at https://www.javonet.com/guides/v2/

Group: com.javonet Artifact: javonet-java-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact javonet-java-sdk
Group com.javonet
Version 2.4.5
Last update 21. June 2024
Organization not specified
URL https://www.javonet.com
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pmd-compat6 from group net.sourceforge.pmd (version 7.2.0)

Group: net.sourceforge.pmd Artifact: pmd-compat6
Show all versions Show documentation Show source 
 

0 downloads
Artifact pmd-compat6
Group net.sourceforge.pmd
Version 7.2.0
Last update 31. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies pmd-core, pmd-java, pmd-javascript, pmd-jsp, pmd-cs,
There are maybe transitive dependencies!

r6-generator from group io.github.terminological (version 0.5.6)

R can use RJava or jsr223 to communicate with java. R also has a class system called R6. If you want to use a java library with native rJava or jsr223 in R there is potentially a lot of glue code needed, and R library specific packaging configuration required. However if you don't mind writing an R-centric API in Java you can generate all of this glue code using a few java annotations and the normal javadoc annotations. This plugin aims to provide an annotation processor that writes that glue code and creates a fairly transparent connection between Java code and R code, with a minimum of hard work. The focus of this is streamlining the creation of R libraries by Java developers, rather than allowing access to arbitrary Java code from R. The ultimate aim of this plugin to allow java developers to provide simple APIs for their libraries, package their library using Maven, push it to github and for that to become seamlessly available as an R library, with a minimal amount of fuss. A focus is on trying to produce CI ready libraries tested with Github workflows and ready for CRAN submission.

Group: io.github.terminological Artifact: r6-generator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact r6-generator
Group io.github.terminological
Version 0.5.6
Last update 26. September 2022
Organization not specified
URL https://github.com/terminological/r6-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

geokey from group io.github.markrileybot (version 0.1.0)

# geokey K Dimensional Z-Order curve utils. [![Build Status](https://travis-ci.org/markrileybot/geokey.svg?branch=master)](https://travis-ci.org/markrileybot/geokey) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/geokey/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/geokey?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey) ## Building ./gradlew build ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/geokey/ ## Using ### Use built in keys to make geohashes ```java import org.geokey.GeoKey; // Make a geo hash key String key = new GeoKey().setLatitude(48.669).setLongitude(-4.329).toString(); // "gbsuv7ztqzpts82uzfwq5e1bp" // parse a geo hash key GeoKey gk = new GeoKey("gbsuv7ztqzpts82uzfwq5e1bp"); ``` ### Make a special purpose K-Dimensional key ```java public class GeoTimeKey extends KDKey { private static final KDKeySpec spec = new KDKeySpec.Builder() .addDim(-180, 180, 1) .addDim(-90, 90, 1) .addDim(0, 1L << 62, 1) .setAlphabet(Alphabet.GEO_TIME_HASH) .build(); public GeoTimeKey() { super(spec); } public GeoTimeKey(String s) { super(spec, s); } public GeoTimeKey(byte[] s) { super(spec, s); } public GeoTimeKey setLatitude(double latitude) { set(1, latitude); return this; } public double getLatitude() { return super.get(1); } public GeoTimeKey setLongitude(double longitude) { set(0, longitude); return this; } public double getLongitude() { return super.get(0); } public GeoTimeKey setTime(long time) { set(2, time); return this; } public long getTime() { return (long) get(2); } } ```

Group: io.github.markrileybot Artifact: geokey
Show all versions Show documentation Show source 
 

0 downloads
Artifact geokey
Group io.github.markrileybot
Version 0.1.0
Last update 20. June 2022
Organization not specified
URL https://github.com/markrileybot/geokey
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 2515 from 2521 (items total 25206)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy