Skip to content

onixred/golos4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golos4j

Library for interaction with golos

Compatibility

  • Java 8+

Official Telegram API

Jitpack

how to use an alternative version of the project

Just add the library to your project with one of these options:

  1. Using Maven Central Repository:
		<dependency>
			<groupId>ru.maksimov.andrey</groupId>
			<artifactId>golos4j</artifactId>
			<version>0.0.41</version>
		</dependency>

	<!-- Maven Repository on Git-BitBucket -->
		<repositories>
			<repository>
				<releases>
					<enabled>false</enabled>
				</releases>
				<snapshots>
					<enabled>true</enabled>
				</snapshots>
				<id>snapshots</id>
				<url>https://api.bitbucket.org/1.0/repositories/onixred/maven-repo/raw/snapshots</url>
			</repository>
			<repository>
				<releases>
					<enabled>true</enabled>
				</releases>
				<snapshots>
					<enabled>false</enabled>
				</snapshots>
				<id>releases</id>
				<url>https://api.bitbucket.org/1.0/repositories/onixred/maven-repo/raw/releases</url>
			</repository>
		</repositories>

Properties (settings)

Library documentation

wiki New JavaDocs Old JavaDocs

Build and test

mvn package (local assembly) For the assembly and testing of software we use the resource travis-ci.org. https://travis-ci.org/onixred/golos4j

Релиз новой версии

mvn clean release:prepare release:perform выпуск javadoc deploy--javadoc.bat

Старый вариант

mvn deploy заливка на git-hub отмена коммита git reset --hard HEAD^

About

Library for interaction with golos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages