Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.hemanthsridhar |
ArtifactId | ArtifactIdWebAppFramework |
Version | Version1.3.12-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hemanthsridhar/WebAppFramework/ -->
<dependency>
<groupId>com.github.hemanthsridhar</groupId>
<artifactId>WebAppFramework</artifactId>
<version>1.3.12-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/WebAppFramework/
implementation 'com.github.hemanthsridhar:WebAppFramework:1.3.12-beta'
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/WebAppFramework/
implementation ("com.github.hemanthsridhar:WebAppFramework:1.3.12-beta")
'com.github.hemanthsridhar:WebAppFramework:jar:1.3.12-beta'
<dependency org="com.github.hemanthsridhar" name="WebAppFramework" rev="1.3.12-beta">
<artifact name="WebAppFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemanthsridhar', module='WebAppFramework', version='1.3.12-beta')
)
libraryDependencies += "com.github.hemanthsridhar" % "WebAppFramework" % "1.3.12-beta"
[com.github.hemanthsridhar/WebAppFramework "1.3.12-beta"]