Questions tagged [bintray]

JFrog Bintray is a universal distribution hub, which provides features like a global distribution network (CDN), extreme throughput and redundancy for downloads, permission control for external users (entitlements), product and EULA support etc. It's free to use for consumption and free to use for distribution of OSS projects. Bintray is also the home for JCenter, a popular Java components repository.

JFrog Bintray is a universal distribution hub, which if free to use for consumption and free to use for distribution of OSS projects. It provides features like:

  • a global distribution network (CDN)
  • extreme throughput and redundancy for downloads
  • permission control for external users (entitlements)
  • product and EULA support
  • full REST API automation
  • CLI
  • plugins for popular CI servers and build tools
  • indexing as much binary packages standards as possible
  • "Set Me Up" snippets for easy configuration
  • smart checksum-based binary storage
  • and much more.

Bintray is also the home for , a popular Java components repository.

For more information please see:

399 questions
0
votes
1 answer

How to include the third library in .arr with JCenter?

In my android library project I include many third-party libraries like compile 'com.jakewharton:butterknife:8.0.1' apt 'com.jakewharton:butterknife-compiler:8.0.1' // Java8的时间库 compile 'com.jakewharton.threetenabp:threetenabp:1.0.3' //…
H3c
  • 871
  • 1
  • 6
  • 17
0
votes
1 answer

How to migrate gradle publication script to publish OSS library to Bintray's JCenter instead of Sonatype's Maven Central

I am the mantainer of the Java 8 java.time JSP tags library. I have little experience publishing libraries on my own. For the publication of this library I did some research and ended with a gradle build script that you can check in GitHub. The…
sargue
  • 5,695
  • 3
  • 28
  • 43
0
votes
1 answer

Uploading Android library to Maven Central

When using Android Studio, I am aware that you can add dependencies like so: Then you can search to find repositories, and Android Studio will notify you when you need to update the version of your library dependency. I also have a library…
Farbod Salamat-Zadeh
  • 19,687
  • 20
  • 75
  • 125
0
votes
1 answer

Bintray synchronization with Maven Central

I am trying to sync my library with Maven Central, but I get this error: What should I do? Please give step by step instructions . I know that you want to create files and pom.xml setting.xml , but shde create them and what plainy need to connect…
Andrach
  • 199
  • 1
  • 6
0
votes
1 answer

Unable to download snapshot artifacts using curl from bintray.com

I'm automating the deploy process of a project and one of the things that I'm struggling is to download from Bintray the latest snapshot version of a given maven artifact. This https://bintray.com/docs/api/#_dynamic_download documentation states…
0
votes
1 answer

Bintray VCS Tagging

So I have a Bintray repository, but I'm having difficulty uploading to it from gradle. Well, what I mean is version management is not working how I want it, currently for every single .jar I upload, I have to increment the version in my…
Socratic Phoenix
  • 556
  • 1
  • 7
  • 19
0
votes
1 answer

Restricting access to Android libarary

I created Android library that will be used as library for different project like Http library which contains functionality related to Http communication. I know i need to upload the .aar(Android Archieve) file to jcentre repo so i used bintray.com…
Roll no1
  • 1,315
  • 1
  • 16
  • 23
0
votes
1 answer

Can not add com.github.dcendents.android-maven

I tried to upload my code to bintry so that I can connect it to jcenter but the problem occurs when I add this line to my library build.gradle: apply plugin: 'com.github.dcendents.android-maven' gradle can not be build, what did I wrong?
aida
  • 3
  • 1
0
votes
2 answers

JCenter - Return code is: 401, ReasonPhrase: Unauthorized

When deploying with $mvn deploy for a linked artifact into JCenter, I get this error Return code is: 401, ReasonPhrase: Unauthorized. What is causing this, and how to fix this?
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
0 answers

Where can i find good material for Travis Bintray integration?

I've started to build a small opensource project . Below is my setup : 1) Project is in github . Currently uses maven . 2) Has webhook for automatic Travis builds . 3) Trying to configure to have artifactory in Bintray Jcenter. Last couple of days…
Dhyan
  • 551
  • 2
  • 6
  • 15
0
votes
1 answer

Gradle 2.6 doesn't resolve dependency from bintray

I'm building pretty straigh-forward: $ gradle clean test war -b build.gradle Gradle says: :clean UP-TO-DATE :compileJava FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration…
kyberorg
  • 637
  • 1
  • 8
  • 22
0
votes
1 answer

How to change the default artifactId of maven-metadata.xml when uploading to bintray

In my project I've set a custom artifactId for maven POM: install { repositories.mavenInstaller { pom { project { artifactId = moduleProperties.getProperty("module.artifactId") ... } …
Kai
  • 15,284
  • 6
  • 51
  • 82
0
votes
1 answer

How to easily publish non-Maven artifacts from Jenkins to Bintray?

Is there an easy way to publish non-Maven artifacts to a generic repository on Bintray from a Jenkins job? I've been reading through Deploying Maven and Gradle snapshots to OJO but that applies to Maven-compatible artifacts / Maven repositories…
sschuberth
  • 28,386
  • 6
  • 101
  • 146
0
votes
1 answer

Importing RoundedImageView from Maven Central

I downloaded a project from github that didn't come with the necessary library for RoundedImageView the library the project was trying to find. I'm somewhat new to Android, and haven't had any experience using the build.gradle file which according…
AIntel
  • 1,087
  • 5
  • 14
  • 27
-1
votes
1 answer

Is there a bintray java API?

I was wondering if there was a Java wrapper for the bintray REST api. I could just use some java REST consuming services, but if it already exists it would be much easier, I don't need to reinvent the wheel.
Damascus
  • 79
  • 1
  • 6
1 2 3
26
27