# X-Pack 5.0 Beta 1 is not available in Maven repository

**URL:** https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571
**Category:** Elasticsearch
**Created:** [September 27, 2016, 8:06am UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571 "2016-09-27T08:06:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![lukashartmann](https://avatars.discourse-cdn.com/v4/letter/l/e47774/32.png) [@lukashartmann](https://discuss.elastic.co/u/lukashartmann)
#### Post date: [September 27, 2016, 8:06am UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/1 "2016-09-27T08:06:56Z")

</div>

It seems like the 5.0.0-beta1 artifact is still missing: [https://maven.elasticsearch.org/releases/org/elasticsearch/plugin/x-pack/](https://maven.elasticsearch.org/releases/org/elasticsearch/plugin/x-pack/)  
When is it scheduled to be released?

BTW [https://www.elastic.co/guide/en/x-pack/current/java-clients.html](https://www.elastic.co/guide/en/x-pack/current/java-clients.html) is pointing to [https://artifacts.elastic.co/maven](https://artifacts.elastic.co/maven), which does not work either.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [September 27, 2016, 8:49am UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/2 "2016-09-27T08:49:09Z")

</div>

The Maven repository is available. For example: [https://artifacts.elastic.co/maven/org/elasticsearch/plugin/x-pack/5.0.0-beta1/x-pack-5.0.0-beta1.pom](https://artifacts.elastic.co/maven/org/elasticsearch/plugin/x-pack/5.0.0-beta1/x-pack-5.0.0-beta1.pom)

It does not mean that you can list files but the it's a Maven compatible repo.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [September 27, 2016, 8:53am UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/3 "2016-09-27T08:53:06Z")

</div>

BTW how do you want to use this X-Pack artifact?

You should be using this one: [https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/5.0.0-beta1/x-pack-transport-5.0.0-beta1.pom](https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/5.0.0-beta1/x-pack-transport-5.0.0-beta1.pom)

As explained in the doc:

```auto
   <dependencies>
      <!-- add the x-pack jar as a dependency -->
      <dependency>
         <groupId>org.elasticsearch.client</groupId>
         <artifactId>x-pack-transport</artifactId>
         <version>5.0.0</version>
      </dependency>
   </dependencies>

```

---

<div class="post-metadata">

### Author: ![lukashartmann](https://avatars.discourse-cdn.com/v4/letter/l/e47774/32.png) [@lukashartmann](https://discuss.elastic.co/u/lukashartmann)
#### Post date: [September 27, 2016, 11:13am UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/4 "2016-09-27T11:13:24Z")

</div>

I am now using the x-pack-transport artifact and it is working just fine. Thank you very much!

---

<div class="post-metadata">

### Author: ![avneesh](https://avatars.discourse-cdn.com/v4/letter/a/0ea827/32.png) [@avneesh](https://discuss.elastic.co/u/avneesh)
#### Post date: [October 4, 2016, 9:24am UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/5 "2016-10-04T09:24:40Z")

</div>

Thanks for the details realy helped .

---

<div class="post-metadata">

### Author: ![shivangshah](https://avatars.discourse-cdn.com/v4/letter/s/ba9def/32.png) [@shivangshah](https://discuss.elastic.co/u/shivangshah)
#### Post date: [November 3, 2016, 4:59pm UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/6 "2016-11-03T16:59:42Z")

</div>

This actually doesn't work all the time. I opened up a github issue for this: [https://github.com/elastic/elasticsearch/issues/21286](https://github.com/elastic/elasticsearch/issues/21286)

Any thoughts?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:40pm UTC](https://discuss.elastic.co/t/x-pack-5-0-beta-1-is-not-available-in-maven-repository/61571/7 "2017-07-06T13:40:10Z")

</div>


