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