Categories |
CategoriesNet Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdnet.renfei |
ArtifactId | ArtifactIdgoogleindexing |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
googleindexing-1.0.0.pom | |
googleindexing-1.0.0.jar | 6 KB |
googleindexing-1.0.0-sources.jar | 2 KB |
googleindexing-1.0.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.renfei/googleindexing/ -->
<dependency>
<groupId>net.renfei</groupId>
<artifactId>googleindexing</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.renfei/googleindexing/
implementation 'net.renfei:googleindexing:1.0.0'
// https://jarcasting.com/artifacts/net.renfei/googleindexing/
implementation ("net.renfei:googleindexing:1.0.0")
'net.renfei:googleindexing:jar:1.0.0'
<dependency org="net.renfei" name="googleindexing" rev="1.0.0">
<artifact name="googleindexing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.renfei', module='googleindexing', version='1.0.0')
)
libraryDependencies += "net.renfei" % "googleindexing" % "1.0.0"
[net.renfei/googleindexing "1.0.0"]