square / tape

A lightning fast, transactional, file-based FIFO for Android and Java.
https://square.github.io/tape/
Apache License 2.0
2.47k stars 287 forks source link

When do you think you will finish the verson 2.0 ? #171

Closed eotin closed 7 years ago

JakeWharton commented 7 years ago

We don't know. You can use the SNAPSHOT for now.

eotin commented 7 years ago

Thanks ! Problem is that I don’t find the snapshot jar file

Best regards, Novel-T Sàrl Emmanuel OTIN - Solutions Engineer W: www.novel-t.chhttp://www.novel-t.ch/ | @: eo@novel-t.chmailto:eo@novel-t.ch

From: Jake Wharton [mailto:notifications@github.com] Sent: 03 August 2017 15:51 To: square/tape tape@noreply.github.com Cc: Emmanuel Otin eo@novel-t.ch; Author author@noreply.github.com Subject: Re: [square/tape] When do you think you will finish the verson 2.0 ? (#171)

We don't know. You can use the SNAPSHOT for now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/square/tape/issues/171#issuecomment-319974739, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMic9UIv6-tcE-Zh7isWJR6W160C-uxNks5sUdBOgaJpZM4Osd8R.

JakeWharton commented 7 years ago

The repository containing the artifact is https://oss.sonatype.org/content/repositories/snapshots/

eotin commented 7 years ago

Thanks a lot but I’m lost. I don’t know where to find it.

Thanks for your help.

Best regards, Novel-T Sàrl Emmanuel OTIN - Solutions Engineer W: www.novel-t.chhttp://www.novel-t.ch/ | @: eo@novel-t.chmailto:eo@novel-t.ch

From: Jake Wharton [mailto:notifications@github.com] Sent: 03 August 2017 15:54 To: square/tape tape@noreply.github.com Cc: Emmanuel Otin eo@novel-t.ch; Author author@noreply.github.com Subject: Re: [square/tape] When do you think you will finish the verson 2.0 ? (#171)

The repository containing the artifact is https://oss.sonatype.org/content/repositories/snapshots/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/square/tape/issues/171#issuecomment-319975391, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMic9Qv_wA_QEjHi5kfBMaaa1taSg5a0ks5sUdDkgaJpZM4Osd8R.

NightlyNexus commented 7 years ago

Are you using Gradle? You'll have something like:

repositories {
  mavenCentral()
  maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}

and

dependencies {
  implementation 'com.squareup.tape2:tape:2.0.0-SNAPSHOT'
}
NightlyNexus commented 7 years ago

Also, direct link: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/tape2/tape/2.0.0-SNAPSHOT/

eotin commented 7 years ago

Thank you very much. Yes I’m using gradle.

Best regards, Novel-T Sàrl Emmanuel OTIN - Solutions Engineer W: www.novel-t.chhttp://www.novel-t.ch/ | @: eo@novel-t.chmailto:eo@novel-t.ch

From: Eric Cochran [mailto:notifications@github.com] Sent: 03 August 2017 21:32 To: square/tape tape@noreply.github.com Cc: Emmanuel Otin eo@novel-t.ch; Author author@noreply.github.com Subject: Re: [square/tape] When do you think you will finish the verson 2.0 ? (#171)

Also, direct link: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/tape2/tape/2.0.0-SNAPSHOT/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/square/tape/issues/171#issuecomment-320067661, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMic9Tu38vqYJP6EkfwBJlUf_IQ_FHJ5ks5sUiAdgaJpZM4Osd8R.