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

Bintray's JCenter not in Sync After publishing the file to Bintray

I have uploaded my library to jcenter successfully. I received the mail that my package has included to jcenter but I'm unable to use my package by adding compile 'com.opg.sdk:opgsdk_lite:1.0.0 to another project. Mail from jcenter: Your request to…
0
votes
1 answer

Uploading .pom file via node-bintray

I am having a strange issue where uplading a .pom file via the node-bintray package results in a 400. All other file uploads are functioning correctly, and I can't find any documentation that might explain why a .pom file should be different. The…
0
votes
1 answer

Why does YARG which is linked to JCenter is not accessible though maven?

Yarg library https://bintray.com/cuba-platform/main/yarg is linked to JCenter repository. When I try to check JCenter storage: https://jcenter.bintray.com/com/haulmont/yarg/yarg/ There are only old versions from Maven Central. Why does JCenter…
jreznot
  • 2,694
  • 2
  • 35
  • 53
0
votes
0 answers

Can not visit bintray.com after trying to publish my library to bintray

During my first open source android library publishing, After added this to build.gradle and it syncs successfully: dependencies { classpath 'com.android.tools.build:gradle:1.2.3' classpath…
doofin
  • 508
  • 2
  • 13
0
votes
1 answer

Link to JCentre button not present

This is unfamiliar to me - I am not used to distributing software in this way, but it seems like everything should be working, unless I have made a mistake. On Bintray, I'm trying to release a thing I forked as I want to include it as a dependency…
Saik Caskey
  • 500
  • 4
  • 18
0
votes
1 answer

bintray support for p2 repositories

I am not sure how do you actually manage p2 repositories on bintray? everything that you upload normally must be associated to a version and package, but we need a way to have some files repository scoped like metadata of a compose repository or…
Michał Zegan
  • 456
  • 4
  • 12
0
votes
1 answer

Travis not publishing to Bintray properly

I'm trying to publish a java lib to Bintray, and then using that lib in another project by defining the bintray repo in gradle. This all works when deploying to Bintray from my local machine, but when I try to get it working from Travis CI it…
Andreas
  • 920
  • 1
  • 10
  • 22
0
votes
1 answer

Why sync bintray with maven central?

I'm building few projects and publish them to bintray. After that i can add resolver that points to my repository and use any library in that repo. So what is the point to sync your package with maven central? i see these reasons: my package will…
Alexander Kondaurov
  • 3,677
  • 5
  • 42
  • 64
0
votes
0 answers

Store an Android library file in bintray

I am new in android app development. I have to store a android library in bintray but I am not getting file upload option. What should I do so that I can get file upload option? my android library's build.gradle file is below apply plugin:…
user7660488
0
votes
1 answer

Can Artifactory track run-time dependencies between build-time independent executables?

I just watched an Intro to Artifactory video, and I am trying to evaluate whether it would it would be an appropriate choice for the following situation. In my org, we are developing a "suite" of software for embedded devices, which need to work…
tony_tiger
  • 789
  • 1
  • 11
  • 25
0
votes
1 answer

How to create repository mirror for alpine linux?

How to create repository mirror for alpine linux? We are not seeing an option for create a repo for apk package
Sunil Dias
  • 523
  • 8
  • 9
0
votes
1 answer

Link to JCenter to release to Maven central missing

I'm maintaining the OSS library RxJava and up until today, we were able to release versions of it through bintray which were also synced to maven properly. The last successful sync was on February 25. Today, the CI release failed with 403 forbidded…
akarnokd
  • 69,132
  • 14
  • 157
  • 192
0
votes
1 answer

create .jar empty using bintray upload

I am newbie to upload module into bintray task, but I sign up bintray accout successfully,I read gradle bintray-plugin , I make changes in my build.gradle, package & (lib).jar created successfully , but (lib).jar is an empty. so please help me…
0
votes
1 answer

Is https://bintray.com a paid solution?

I decided to upload my Android *aar library to Maven Central, I came to know that Android Studio uses JCenter by default and it is better than Maven Central. I tried to create an account on bintray, but I've created a Trial Account. How can I…
Almero Rick
  • 118
  • 1
  • 11
0
votes
2 answers

When running apt-get update prior to sbt install, a HTTP 403 is received

I am attempting to install SBT using the following instructions (from http://www.scala-sbt.org/0.13/docs/Installing-sbt-on-Linux.html) echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list sudo apt-key adv…
mb-texas
  • 385
  • 5
  • 10