All Projects → Heapy → repo.kotlin.link

Heapy / repo.kotlin.link

Licence: GPL-3.0 license
Maven repository that proxy artifact request to one of know project-based maven repositories

Programming Languages

kotlin
9241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to repo.kotlin.link

maven-resource
Maven Repository Manager Concourse Resource
Stars: ✭ 22 (+57.14%)
Mutual labels:  maven, maven-repository
GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
Stars: ✭ 21 (+50%)
Mutual labels:  maven, maven-repository
spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
Stars: ✭ 28 (+100%)
Mutual labels:  maven
javadoc-coverage
A Doclet to generate JavaDoc coverage reports ☕️🧪📗
Stars: ✭ 23 (+64.29%)
Mutual labels:  maven
springbook
java8+springMVC4+mybatis编写一个图书管理系统
Stars: ✭ 32 (+128.57%)
Mutual labels:  maven
maven-dependency-tree
Apache Maven Dependency Tree
Stars: ✭ 19 (+35.71%)
Mutual labels:  maven
Logistics-admin
SpringBoot+adminlte+maven的物流公司管理系统
Stars: ✭ 61 (+335.71%)
Mutual labels:  maven
RapidMavenPushPlugin
A Gradle plugin : Upload Artifacts to Multi Maven Repository
Stars: ✭ 21 (+50%)
Mutual labels:  maven
jeka
Build JVM software with vanilla code
Stars: ✭ 73 (+421.43%)
Mutual labels:  maven-repository
www-project-csrfguard
The aim of this project is to protect Java applications against CSRF attacks with the use of Synchronizer Tokens
Stars: ✭ 43 (+207.14%)
Mutual labels:  maven
cas-overlay-template
Apereo CAS WAR Overlay template
Stars: ✭ 1,057 (+7450%)
Mutual labels:  maven
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (+64.29%)
Mutual labels:  maven
maven-dependency-analyzer
Apache Maven Dependency Analyzer
Stars: ✭ 22 (+57.14%)
Mutual labels:  maven
kobby
Kobby is a codegen plugin of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.
Stars: ✭ 52 (+271.43%)
Mutual labels:  maven
event-recommender-festa
[SI -> 오늘회, 펫프렌드 이직, 연봉 35% 상승] 내 주변지역의 이벤트와 행사를 추천해주는 서비스
Stars: ✭ 64 (+357.14%)
Mutual labels:  maven
maven-wrapper
Apache Maven Wrapper
Stars: ✭ 128 (+814.29%)
Mutual labels:  maven
project-tracking-system-backend-app
Enterprise project tracker, tracks commits done by employees after getting assigned to a couple of projects by their managers
Stars: ✭ 62 (+342.86%)
Mutual labels:  maven
cas-bootadmin-overlay
CAS Spring Boot Admin Server Overlay Template
Stars: ✭ 20 (+42.86%)
Mutual labels:  maven
getting-started-with-microprofile
📙 Everything you need to know about MicroProfile
Stars: ✭ 35 (+150%)
Mutual labels:  maven
build-helper-maven-plugin
Build Helper Maven Plugin
Stars: ✭ 77 (+450%)
Mutual labels:  maven

repo.kotlin.link Build Docker Image Version

Maven repository that proxy artifact request to one of know project-based maven repositories

Where to host your Maven artifacts

  • JetBrains Space 10 GB of total storage, 50 GB of total data transfer per month
  • AWS S3 $0.0245 per GB storage, $0.09 per GB transfer. - Space equivalent of storage and transfer will cost about 5$ per month.
  • JitPack: Always free for OSS, more pricing options on their site.
  • GitHub Packages: free for public repositories. Private repositories: 500MB of storage, 1GB of data transfer per month for free, more pricing options on their site. Users have to issue personal token, and use it in credentatials section to consume github packages. – Doesn't work with repo.kotlin.link
  • Please submit more options

Gradle

repositories {
    maven {
        url = uri("https://repo.kotlin.link")
    }
}

Deploy to Maven Central

repo.kotlin.link is great for quick experiments, and collaboration of couple independent projects under single repository url. I suggest you to use it in home projects, or in environment where you can cache dependencies in case if original dependency not longer available. But for enterprise level softwate you may like to use only maven central. Here some projects that may help to upload your artifacts to maven central:

How to add your repository

Create PR with changes to index.yml:

"https://dl.bintray.com/heapy/heap-dev": # repository url
  - "io.heapy.komodo" # list of allowed groups

Run own instance

# Run
docker run --detach --name repo.kotlin.link --restart=always -p 0.0.0.0:8092:8080 ghcr.io/heapy/repo.kotlin.link:b3

Update instance

docker pull ghcr.io/heapy/repo.kotlin.link:b3
docker stop repo.kotlin.link
docker rm repo.kotlin.link
docker run --detach --name repo.kotlin.link --restart=always -p 0.0.0.0:8092:8080 ghcr.io/heapy/repo.kotlin.link:b3
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].