Download JAR files tagged by github with all dependencies
MavenParent from group com.salesforce.maven (version 2.0.1)
This project provides the best of maven easily consumable a maven parent project, called MavenParent. With this project you get:
Checkstyle and PMD checks that will work by default in eclipse with m2e-code-quality.
OWASP vulnerability checks of your dependencies.
Easy application of BSD-3 clause license to all your code with mycila-license plugin.
The ability to easily enforce semantic version on a jar project with japicmp.
Prevent duplicates on your classpath with basepom's duplicate-finder.
All of the above can be configured or disabled easily with properties, just check their docs, except takari.
A whole slew of pretty maven reports including the above are generated in the maven site.
The ability to easily deploy to oss nexus, and publish maven generated sites back to github's sites pages.
Group: com.salesforce.maven Artifact: MavenParent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact MavenParent
Group com.salesforce.maven
Version 2.0.1
Last update 23. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.salesforce.maven
Version 2.0.1
Last update 23. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
wstx-core from group org.glassfish.metro (version 2.4.3)
Artifact wstx-core
Group org.glassfish.metro
Version 2.4.3
Last update 21. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.glassfish.metro
Version 2.4.3
Last update 21. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
indic-transliteration from group com.github.sanskrit-coders (version 1.6)
A collection of scala and java classes for some basic character level processing for the Sanskrit and other Indic (kannada, telugu, etc..) languages, contributed by the open source sanskrit-coders projects and friends.
Some notable facilities:
* Transliterate text from one script or encoding scheme to another.
* Some grammar simulation.
Examples: see https://github.com/sanskrit-coders/indic-transliteration
Contributions and suggestions are invited at https://github.com/sanskrit-coders/indic-transliteration . (Sister projects there may also be of interest.)
Group: com.github.sanskrit-coders Artifact: indic-transliteration
Show all versions Show documentation Show source
Show all versions Show documentation Show source
21 downloads
Artifact indic-transliteration
Group com.github.sanskrit-coders
Version 1.6
Last update 17. November 2017
Organization not specified
URL https://github.com/sanskrit-coders/indic-transliteration
License Apache License 2.0
Dependencies amount 3
Dependencies scala-library, logback-classic, logback-core,
There are maybe transitive dependencies!
Group com.github.sanskrit-coders
Version 1.6
Last update 17. November 2017
Organization not specified
URL https://github.com/sanskrit-coders/indic-transliteration
License Apache License 2.0
Dependencies amount 3
Dependencies scala-library, logback-classic, logback-core,
There are maybe transitive dependencies!
compress-maven-plugin from group com.github.eliayng (version 1.0.2)
配置监控信息,在web.xml中添加
<filter>
<description>拦截获取js与css过滤</description>
<filter-name>MergeFilter</filter-name>
<filter-class>com.njzxw.filter.MergeFilter</filter-class>
<init-param>
<!-- js合并输出路径 -->
<param-name>jsDir</param-name>
<param-value>${js.path}</param-value>
</init-param>
<init-param>
<!-- css合并输出路径 -->
<param-name>cssDir</param-name>
<param-value>${css.path}</param-value>
</init-param>
</filter>
同时添加一个合并js\css对应一个merge.xml,最好放置在同级,如:
<merge>
<group name="sss" >
<js path="js/common/common.js" />
<js path="js/common/index.js" />
<css path="css/common/animate.css" />
<css path="css/common/normalize.css" />
</group>
</merge>
访问项目:xxx/sss.js
xxx/sss.css
同时配合maven插件: compress-maven-plugin结合使用:
<plugin>
<groupId>com.github.eliayng</groupId>
<artifactId>compress-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>compress</goal>
</goals>
</execution>
</executions>
<configuration>
<skip>${skipCompress}</skip>
<poolNum>50</poolNum>
<jsOutDir>${jsOutDir}</jsOutDir>
<cssOutDir>${cssOutDir}</cssOutDir>
<!--是否监控编译class文件-->
<isCompressClass>true</isCompressClass>
<!-- 是否复制资源文件 -->
<isResourcesCopy>true</isResourcesCopy>
</configuration>
</plugin>
Group: com.github.eliayng Artifact: compress-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact compress-maven-plugin
Group com.github.eliayng
Version 1.0.2
Last update 03. August 2017
Organization not specified
URL https://github.com/eliayng/compress-maven-plugin
License The Eliayng License, Version 1.0
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, maven-project, yuicompressor, closure-compiler,
There are maybe transitive dependencies!
Group com.github.eliayng
Version 1.0.2
Last update 03. August 2017
Organization not specified
URL https://github.com/eliayng/compress-maven-plugin
License The Eliayng License, Version 1.0
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, maven-project, yuicompressor, closure-compiler,
There are maybe transitive dependencies!
sanskritnlp from group com.github.sanskrit-coders (version 1.2)
A collection of scala and java classes for some basic natural language processing (NLP) for the Sanskrit language, contributed by the open source SanskritNLP project and friends.
Some notable facilities:
* Transliterate text from one script or encoding scheme to another.
* Deal with babylon dictionaries.
* Use bots to write to wiki projects (wiktionary, wikisource etc..).
* Basic metre identification.
* Some grammar simulation.
Contributions and suggestions are invited at https://github.com/sanskrit-coders/sanskritnlpjava . (Sister projects there may also be of interest.)
Group: com.github.sanskrit-coders Artifact: sanskritnlp
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact sanskritnlp
Group com.github.sanskrit-coders
Version 1.2
Last update 15. May 2017
Organization not specified
URL https://github.com/sanskrit-coders/sanskritnlpjava
License Apache License 2.0
Dependencies amount 9
Dependencies scala-library, scala-xml, indic-transliteration, json4s_2.11, json4s-native_2.11, logback-classic, logback-core, jwbf, jstl,
There are maybe transitive dependencies!
Group com.github.sanskrit-coders
Version 1.2
Last update 15. May 2017
Organization not specified
URL https://github.com/sanskrit-coders/sanskritnlpjava
License Apache License 2.0
Dependencies amount 9
Dependencies scala-library, scala-xml, indic-transliteration, json4s_2.11, json4s-native_2.11, logback-classic, logback-core, jwbf, jstl,
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/
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!
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!
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
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!
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);
}
}
```
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!
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!
relay-jdbc from group com.github.peter-gergely-horvath (version 3.0.0)
relay-jdbc allows a JDBC connection to be relayed through an intermediate
relay server: it is both a JDBC driver (client) and a JDBC relay server.
It is a fork of https://github.com/AugeoSoftware/VJDBC project, where
Aleksei Yu. Semenov has implemented a number of brilliant improvements
of the orignal VJDBC project hosted on http://vjdbc.sourceforge.net
Original Developers were: Hunter Payne ([email protected])
and Michael Link ([email protected]).
For all pre-existing code, credits go to the original respective author.
This product brings the original VJDBC concept further and (apart from code
quality improvements and bug fixes) implements complete separation of the
underlying transport mechanism, introducing support for connecting directly
through a SSH pipe, where the relay server interacts with the client through
standard I/O pipes.
The re-designed transport architecture supports easy development of new
transport implementations, allowing this JDBC relay to be quickly adapted
to a variety of exotic environments.
0 downloads
Artifact relay-jdbc
Group com.github.peter-gergely-horvath
Version 3.0.0
Last update 26. October 2019
Organization not specified
URL https://github.com/peter-gergely-horvath/relay-jdbc
License LGPL-2.1
Dependencies amount 11
Dependencies jetty-servlet, commons-beanutils, commons-beanutils-core, commons-codec, commons-collections, commons-dbcp, commons-digester, commons-httpclient, commons-logging, jsch, kryo,
There are maybe transitive dependencies!
Group com.github.peter-gergely-horvath
Version 3.0.0
Last update 26. October 2019
Organization not specified
URL https://github.com/peter-gergely-horvath/relay-jdbc
License LGPL-2.1
Dependencies amount 11
Dependencies jetty-servlet, commons-beanutils, commons-beanutils-core, commons-codec, commons-collections, commons-dbcp, commons-digester, commons-httpclient, commons-logging, jsch, kryo,
There are maybe transitive dependencies!
com.sap.conn.jco.sapjco3 from group com.github.easonjim (version 3.0.11)
The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system.
It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java
to SAP System as well as SAP System to Java calls.
- All SAP Connectors are licensed without additional license fees as part of the respective solution or component license.
However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems /
SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed.
- The redistribution of any connector is not allowed.
- All SAP users accessing application functionality through the relevant connector are required to be licensed under a
respective solution or component license.
To use the SAP JCo with the jco-jar project, you need to either install the SAP JCo jar downloaded from SAP to your local
Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b):
(a) mvn install:install-file -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar
(b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar
0 downloads
Artifact com.sap.conn.jco.sapjco3
Group com.github.easonjim
Version 3.0.11
Last update 22. May 2019
Organization easonjim@github
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.easonjim
Version 3.0.11
Last update 22. May 2019
Organization easonjim@github
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 300 from 3 (items total 3022)