is not current version
Last Version 1.2.4

com.github.viktority:firstpush 1.1

An example of PublisExample

GroupId

GroupId

com.github.viktority
ArtifactId

ArtifactId

firstpush
Version

Version

1.1
Type

Type

jar

Download firstpush 1.1


<!-- https://jarcasting.com/artifacts/com.github.viktority/firstpush/ -->
<dependency>
    <groupId>com.github.viktority</groupId>
    <artifactId>firstpush</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.viktority/firstpush/
implementation 'com.github.viktority:firstpush:1.1'
// https://jarcasting.com/artifacts/com.github.viktority/firstpush/
implementation ("com.github.viktority:firstpush:1.1")
'com.github.viktority:firstpush:jar:1.1'
<dependency org="com.github.viktority" name="firstpush" rev="1.1">
  <artifact name="firstpush" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.viktority', module='firstpush', version='1.1')
)
libraryDependencies += "com.github.viktority" % "firstpush" % "1.1"
[com.github.viktority/firstpush "1.1"]