简体   繁体   English

如何在 bintray(jcenter) 上为我的库获取命名空间路径?

[英]How to get a namespace path for my library on bintray(jcenter)?

I have an android library with dependency eg: in.ac.mylibrary:libraryname:1.0.0我有一个依赖的 android 库,例如:in.ac.mylibrary:libraryname:1.0.0

Now how do I make sure that no one else uses the namespace ( in this example ' in.ac.mylibrary ' ) that I have used for their libraries ie how do I own this namespace or groupId?现在我如何确保没有其他人使用我用于他们的库的命名空间(在本例中为“ in.ac.mylibrary ”),即我如何拥有这个命名空间或 groupId?

Is the namespace by default given to the user who first uses it to publish a library to jcenter , or is there some ownership criteria for the groupId/namespace?默认情况下,命名空间是否提供给首先使用它向jcenter发布库的用户,或者 groupId/命名空间是否有一些所有权标准?

In order to claim the domain ownership of the package path “in/ac/mylibrary/libraryname” you need to submit a JCenter inclusion request from your Bintray account.为了声明包路径“in/ac/mylibrary/libraryname”的域所有权,您需要从您的 Bintray 帐户提交 JCenter 包含请求。 Once the request is approved, the package path will be visible in the https://jcenter.bintray.com/ .You can refer to the below link for more information https://www.jfrog.com/confluence/display/BT/Central+Repositories+New+UI#CentralRepositoriesNewUI-JCenter一旦请求获得批准,包路径将在https://jcenter.bintray.com/ 中可见。您可以参考以下链接了解更多信息https://www.jfrog.com/confluence/display/BT /Central+Repositories+New+UI#CentralRepositoriesNewUI-JCenter

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM