is not current version
Last Version 1.5.1

com.github.priytam:framework 1.0

null

GroupId

GroupId

com.github.priytam
ArtifactId

ArtifactId

framework
Version

Version

1.0
Type

Type

jar

Download framework 1.0


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