GroupId | GroupIdcom.github.priytam |
---|---|
ArtifactId | ArtifactIdframework |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
framework-1.0.pom | |
framework-1.0.jar | 157 KB |
framework-1.0-sources.jar | 84 KB |
framework-1.0-javadoc.jar | 780 KB |
Browse |
<!-- 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"]