Complilation issue
Closed this issue · 3 comments
ZebpayDipen commented
compile 'com.telesign.rest:telesign:(insert latest version)'
What is the latest version?
And how can I write the above line?
Like:
compile 'com.telesign.rest:telesign:(2.2.2)' OR
compile 'com.telesign.rest:telesign:2.2.2'
erikkai commented
You would write it the second way:
compile 'com.telesign.rest:telesign:2.2.2'
From: ZebpayDipen [mailto:notifications@github.com]
Sent: Wednesday, August 1, 2018 5:40 AM
To: TeleSign/java_telesign <java_telesign@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [TeleSign/java_telesign] Complilation issue (#63)
compile 'com.telesign.rest:telesign:(insert latest version)'
What is the latest version?
And how can I write the above line?
Like:
compile 'com.telesign.rest:telesign:(2.2.2)' OR
compile 'com.telesign.rest:telesign:2.2.2'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTeleSign%2Fjava_telesign%2Fissues%2F63&data=02%7C01%7Ceinnes%40telesign.com%7C669f10dd39bf437bf52c08d5f7abe19b%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687240015314276&sdata=ZWSmeBfwl7y7qnlphfdNiVzCZHrg2tywEY9rpOGaSFY%3D&reserved=0>, or mute the thread<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FASZudtq735Gc8W7bCAup0sYyZw3UrPM1ks5uMaGYgaJpZM4Vqa6i&data=02%7C01%7Ceinnes%40telesign.com%7C669f10dd39bf437bf52c08d5f7abe19b%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687240015314276&sdata=5HUFulr0NZgBt2mQmdMzVuoer%2BMbG2cLwwuVGjLg630%3D&reserved=0>.
ZebpayDipen commented
I wrote it in that way but still I m getting error while gradle compilation
Is there anything else i need to write somewhere else???
…On Thu 2 Aug, 2018, 05:22 E, ***@***.***> wrote:
You would write it the second way:
compile 'com.telesign.rest:telesign:2.2.2'
From: ZebpayDipen ***@***.***
Sent: Wednesday, August 1, 2018 5:40 AM
To: TeleSign/java_telesign ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [TeleSign/java_telesign] Complilation issue (#63)
compile 'com.telesign.rest:telesign:(insert latest version)'
What is the latest version?
And how can I write the above line?
Like:
compile 'com.telesign.rest:telesign:(2.2.2)' OR
compile 'com.telesign.rest:telesign:2.2.2'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTeleSign%2Fjava_telesign%2Fissues%2F63&data=02%7C01%7Ceinnes%40telesign.com%7C669f10dd39bf437bf52c08d5f7abe19b%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687240015314276&sdata=ZWSmeBfwl7y7qnlphfdNiVzCZHrg2tywEY9rpOGaSFY%3D&reserved=0>,
or mute the thread<
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FASZudtq735Gc8W7bCAup0sYyZw3UrPM1ks5uMaGYgaJpZM4Vqa6i&data=02%7C01%7Ceinnes%40telesign.com%7C669f10dd39bf437bf52c08d5f7abe19b%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687240015314276&sdata=5HUFulr0NZgBt2mQmdMzVuoer%2BMbG2cLwwuVGjLg630%3D&reserved=0>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeX9RQpBtgL8cYKF1lGc9JltACrBn1hwks5uMj9UgaJpZM4Vqa6i>
.
erikkai commented
Did you make sure it is inside the dependency block?
Also did you specify a jar repository for the gradle to lookup the dependencies with (mavenCentral or jcenter). For example:
repositories {
mavenCentral()
}
dependencies {
compile ‘com.telesign:telesign:2.2.2’
}
From: ZebpayDipen [mailto:notifications@github.com]
Sent: Wednesday, August 1, 2018 9:41 PM
To: TeleSign/java_telesign <java_telesign@noreply.github.com>
Cc: Erikka Innes <einnes@telesign.com>; Comment <comment@noreply.github.com>
Subject: Re: [TeleSign/java_telesign] Complilation issue (#63)
I wrote it in that way but still I m getting error while gradle compilation
Is there anything else i need to write somewhere else???
On Thu 2 Aug, 2018, 05:22 E, ***@***.***> wrote:
You would write it the second way:
compile 'com.telesign.rest:telesign:2.2.2'
From: ZebpayDipen ***@***.***
Sent: Wednesday, August 1, 2018 5:40 AM
To: TeleSign/java_telesign ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [TeleSign/java_telesign] Complilation issue (#63)
compile 'com.telesign.rest:telesign:(insert latest version)'
What is the latest version?
And how can I write the above line?
Like:
compile 'com.telesign.rest:telesign:(2.2.2)' OR
compile 'com.telesign.rest:telesign:2.2.2'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTeleSign%2Fjava_telesign%2Fissues%2F63&data=02%7C01%7Ceinnes%40telesign.com%7C669f10dd39bf437bf52c08d5f7abe19b%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687240015314276&sdata=ZWSmeBfwl7y7qnlphfdNiVzCZHrg2tywEY9rpOGaSFY%3D&reserved=0>,
or mute the thread<
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FASZudtq735Gc8W7bCAup0sYyZw3UrPM1ks5uMaGYgaJpZM4Vqa6i&data=02%7C01%7Ceinnes%40telesign.com%7C669f10dd39bf437bf52c08d5f7abe19b%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687240015314276&sdata=5HUFulr0NZgBt2mQmdMzVuoer%2BMbG2cLwwuVGjLg630%3D&reserved=0>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeX9RQpBtgL8cYKF1lGc9JltACrBn1hwks5uMj9UgaJpZM4Vqa6i>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTeleSign%2Fjava_telesign%2Fissues%2F63%23issuecomment-409803651&data=02%7C01%7Ceinnes%40telesign.com%7C033daf0aac374770e12108d5f8321c92%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687816484913157&sdata=G88wWP0z2ZSOBLg3qaofD9SqqO25dwowiFmkZiLIsm4%3D&reserved=0>, or mute the thread<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FASZudioTt_o8bbvwWGXnL05iIclpUQD1ks5uMoLLgaJpZM4Vqa6i&data=02%7C01%7Ceinnes%40telesign.com%7C033daf0aac374770e12108d5f8321c92%7Cd818b557ea1c4070a3f1928330b7a30c%7C0%7C0%7C636687816484923162&sdata=oWmd1OLCSjgE255ttOkS5ZJNKgl6jwqs6zSNAGW4BuQ%3D&reserved=0>.