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
1
vote
1 answer

Trouble downloading non-JCenter artifacts from bintray

My organization is attempting to release some open source into this world and we are starting with some of our libraries. Currently what I have is published some artifacts into the organization's location. They are available here and can be seen…
rkd80
  • 411
  • 1
  • 5
  • 14
1
vote
1 answer

How can I deploy a Maven snapshot to oss.jfrog.org? Return code: 405

There is another question related to this, but the error code is different (409). In the pom.xml file I added: bintray
octavian1001
  • 314
  • 2
  • 7
1
vote
1 answer

Bintray 405 not allowed nginx

I am trying to share my android-library to jcenter by bintray. I have successfully created maven repository on bintray and uploaded my library to repo. But when I am trying to add licence it showing 405 not allowed nginx page. Why it's not allowing…
Vijay Vankhede
  • 3,018
  • 1
  • 26
  • 46
1
vote
1 answer

How can I sync my maven artifacts to jcenter?

I have deploy my fist version to the maven central repository. Now I want sync this to JCenter / Bintray. Is this possible and how can I do this?
Horcrux7
  • 23,758
  • 21
  • 98
  • 156
1
vote
1 answer

Deploy SNAPSHOT to oss.jfrog.org (JCenter)

I tried doing a mvn deploy for oss.jfrog.org for my project. However I am getting this error: Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file:…
quarks
  • 33,478
  • 73
  • 290
  • 513
1
vote
4 answers

Can't add External Library in Android Studio?

I Added a External Library to my project by following this method. and tried this method too this method too. Gradle build got Finished and i got this line added to my build.gradle compile…
AruLNadhaN
  • 2,808
  • 5
  • 24
  • 42
1
vote
2 answers

Pass Travis-CI tests with Bintray deployment code

I have a library that I want to use Travis-CI on. It is written in Java and uses Gradle as a build system and deploy to Bintray. When Travis-CI runs the tests, it fails because I do not store my username and password in plaintext in the git…
stewsters
  • 4,335
  • 3
  • 15
  • 7
1
vote
1 answer

Publish to bintray a zip file with sbt-native-packager

I want to publish a zip file to bintray using the sbt-native-launcher. I am able to execute: sbt publish and it publishes the main artifacts (.jar, javadocs, and so on). I am also able to execute: sbt universal:packageBin and it generates the .zip…
Labra
  • 1,412
  • 1
  • 13
  • 33
1
vote
3 answers

Deploying to bintray from Maven fails

I've set up the maven build for a Java project according to Publishing releases using Github, Bintray and maven-release-plugin , a blog post by Andreas Veithen. My pom version is 1.0.2-SNAPSHOT, and I've created the respective version 1.0.2 in my…
s.d
  • 4,017
  • 5
  • 35
  • 65
1
vote
1 answer

archetype-catalog of jcenter.bintray.com to old when proxing it with Sonatype Nexus

I have problems to reach some artefacts from jcenter/bintray over Sonatype Nexus. I created a maven2 Nexus configuration which points to http://jcenter.bintray.com (remote storage location). I set "Download Remote Index" to true. Nevertheless…
0
votes
0 answers

How can fix this issue for ant deployment

error we are getting the SERVER ERROR: Bad Gateway url=https://dl.bintray.com/valmaev/maven/com/aquivalabs/force/ant/antforce/0.10/antforce-0.10.pom [ivy:retrieve] SERVER ERROR: Bad Gateway…
user19601443
0
votes
1 answer

Bintray is offline how to create android builds

Since yesterday i Bintray is offline https://jcenter.bintray.com/io/grpc/grpc-core/maven-metadata.xml i have issue to create Android builds via Fastlane is there any way to avoid this issue?
0
votes
1 answer

Flutter Build Error: "Could not resolve com.google.android.gms:play-services-ads-base:[19.7.0]."

Recently i get the following build error on flutter: Could not determine the dependencies of task ':app:processDebugResources'. Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not resolve…
0
votes
1 answer

unresolved dependencies (related to bintray sunset?)

I started getting an unresolved dependency error today across multiple jars. I have no idea if it's related to the bintray sunset or something dumb on my end. I got it working again, but I'm worried that's only because of some cached files. If…
kmh
  • 1,516
  • 17
  • 33
0
votes
0 answers

How can I use mfglabs commons-aws-sqs library for scala now that bintray was sunset

On one of my company's services we are using an external library of mfglabs's commons-aws-sqs library ( https://github.com/MfgLabs/commons-aws https://mvnrepository.com/artifact/com.mfglabs/commons-aws-sqs_2.11/0.12.2 ) which was hosted on bintray,…