SaaSHub helps you find the best software and product alternatives Learn more β
Maven-simple Alternatives
Similar projects and alternatives to maven-simple
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
intellij-plugins
Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform
-
-
-
-
-
-
MPAndroidChart
A powerful π Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
-
Chips-n-Salsa
A Java library of Customizable, Hybridizable, Iterative, Parallel, Stochastic, and Self-Adaptive Local Search Algorithms
-
Buck
Discontinued A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
-
-
VoicePing-Walkie-Talkie-AndroidSDK
VoicePing Android SDK - Walkie Talkie/Push-To-Talk Android SDK for your Chat Apps
-
DeepLTranslator
Discontinued The DeepL Translator is an API written in Java that translates via the DeepL website sentences. Without API key. [GET https://api.github.com/repos/Linus789/DeepLTranslator: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
reposilite
Lightweight and easy-to-use repository management software dedicated for the Maven-based artifacts in the JVM ecosystem π¦
-
VTerminal
A new Look-and-Feel (LaF) for Java, which allows for a grid-based display of Unicode characters with custom fore/background colors, font sizes, and pseudo-shaders. Originally designed for developing Roguelike/lite games.
-
tru-sdk-android
tru.ID Android SDK that enables an HTTP request to be made over cellular even when on WiFi
maven-simple discussion
maven-simple reviews and mentions
-
Adaptive execution for Java agents: reason-aware retries and budget-aware routing
Via JitPack: add https://jitpack.io to your if you haven't.
-
Ask HN: Is there a good alternative to Maven central?
Publishing a Java library on Maven central is a huge hassle these days.
Is there a good alternative to Maven central?
Do you trust JitPack? https://jitpack.io/
-
barK: A Lightweight Logging Library for Android
// dependencyResolutionManagement repositories { maven { url = uri("https://jitpack.io") } }
-
How to Add Beauty Effects to Your Android Live-streaming App
dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() // Add the jitpack repository URL maven { url = uri("https://jitpack.io") } } }
-
Planing Multi-Module Android Project π
import java.net.URI pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() mavenLocal() maven { url = URI("https://jitpack.io") } } versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } } }
-
How to Create and Publish an Android Library for Beginners
Now comes the interesting part, letβs publish it and make it open source for world to use. We will be using JitPack for hosting our library.
-
Java Spring Boot use Seq for logging
repositories { ... maven { url 'https://jitpack.io' } } dependencies { ... implementation 'com.github.serilogj:serilogj:v0.6.1' }
-
Create your Minecraft Plugin
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 me.autext McPlugin 1.0.0 1.8 1.8 UTF-8 paper-repo https://repo.destroystokyo.com/repository/maven-public/ spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ jitpack.io https://jitpack.io ${project.name} v${project.version} clean package ${basedir}/src/main/java ${basedir}/src/main/resources true * org.spigotmc spigot-api 1.20.1-R0.1-SNAPSHOT provided
-
Hibernate Connection Library with GUI Generation
jitpack.io https://jitpack.io
-
Bases de datos dinamicas con jmoordbcore y MongoDB
1.1.0 com.github.avbravo jmoordb-core ${version.jmoordbcore} jitpack.io https://jitpack.io
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
jitpack/maven-simple is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of maven-simple is Java.
Popular Comparisons
- maven-simple VS youtubedl-android
- maven-simple VS VoicePing-Walkie-Talkie-AndroidSDK
- maven-simple VS DeepLTranslator
- maven-simple VS reposilite
- maven-simple VS gradle-versions-plugin
- maven-simple VS codeql-action
- maven-simple VS Chips-n-Salsa
- maven-simple VS JCTools
- maven-simple VS FancyShowCaseView
- maven-simple VS phonenumber-validator