is not current version
Last Version 1.5.1

com.github.priytam:framework 1.2-java-8

null

GroupId

GroupId

com.github.priytam
ArtifactId

ArtifactId

framework
Version

Version

1.2-java-8
Type

Type

jar

Download framework 1.2-java-8


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