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