[ 
https://issues.apache.org/jira/browse/THRIFT-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748523#comment-16748523
 ] 

Lars Ivar Hatledal edited comment on THRIFT-4746 at 1/22/19 9:19 AM:
---------------------------------------------------------------------

[~dmvolod] Jitpack _is_ a maven repo. So you can use this while you wait for it 
to be appear on maven central.

 
{code:java}
        <repositories>
                <repository>
                    <id>jitpack.io</id>
                    <url>https://jitpack.io</url>
                </repository>
        </repositories>

        <dependency>
            <groupId>com.github.markaren</groupId>
            <artifactId>thrift</artifactId>
            <version>0.12.0-SNAPSHOT</version>
        </dependency>

{code}
 

EDIT: Sorry, I guess you mean that it have to be in a official repository?

 


was (Author: laht):
[~dmvolod] Jitpack _is_ a maven repo. So you can use this while you wait for it 
to be appear on maven central.

 

 
{code:java}
        <repositories>
                <repository>
                    <id>jitpack.io</id>
                    <url>https://jitpack.io</url>
                </repository>
        </repositories>

        <dependency>
            <groupId>com.github.markaren</groupId>
            <artifactId>thrift</artifactId>
            <version>0.12.0-SNAPSHOT</version>
        </dependency>

{code}
 

> Publish a Maven artifact for Thrift v0.12
> -----------------------------------------
>
>                 Key: THRIFT-4746
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4746
>             Project: Thrift
>          Issue Type: Task
>          Components: Java - Library
>    Affects Versions: 0.12.0
>            Reporter: Dmitry Volodin
>            Priority: Major
>             Fix For: 0.12.0
>
>
> We are awaiting for publishing libthrift artifacts to the maven repo. Thank 
> you.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to