Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.hemanthsridhar |
ArtifactId | ArtifactIdcustom-page-factory |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
custom-page-factory-1.0.5.pom | |
custom-page-factory-1.0.5.jar | 556 KB |
custom-page-factory-1.0.5-sources.jar | 308 KB |
custom-page-factory-1.0.5-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hemanthsridhar/custom-page-factory/ -->
<dependency>
<groupId>com.github.hemanthsridhar</groupId>
<artifactId>custom-page-factory</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/custom-page-factory/
implementation 'com.github.hemanthsridhar:custom-page-factory:1.0.5'
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/custom-page-factory/
implementation ("com.github.hemanthsridhar:custom-page-factory:1.0.5")
'com.github.hemanthsridhar:custom-page-factory:jar:1.0.5'
<dependency org="com.github.hemanthsridhar" name="custom-page-factory" rev="1.0.5">
<artifact name="custom-page-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemanthsridhar', module='custom-page-factory', version='1.0.5')
)
libraryDependencies += "com.github.hemanthsridhar" % "custom-page-factory" % "1.0.5"
[com.github.hemanthsridhar/custom-page-factory "1.0.5"]