| GroupId | GroupIdcom.github.bhokumar.plugins |
|---|---|
| ArtifactId | ArtifactIdshow-date-plugin |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| show-date-plugin-1.0.0.pom | |
| show-date-plugin-1.0.0.jar | 1 KB |
| show-date-plugin-1.0.0-sources.jar | 843 bytes |
| show-date-plugin-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bhokumar.plugins/show-date-plugin/ -->
<dependency>
<groupId>com.github.bhokumar.plugins</groupId>
<artifactId>show-date-plugin</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bhokumar.plugins/show-date-plugin/
implementation 'com.github.bhokumar.plugins:show-date-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.bhokumar.plugins/show-date-plugin/
implementation ("com.github.bhokumar.plugins:show-date-plugin:1.0.0")
'com.github.bhokumar.plugins:show-date-plugin:pom:1.0.0'
<dependency org="com.github.bhokumar.plugins" name="show-date-plugin" rev="1.0.0">
<artifact name="show-date-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bhokumar.plugins', module='show-date-plugin', version='1.0.0')
)
libraryDependencies += "com.github.bhokumar.plugins" % "show-date-plugin" % "1.0.0"
[com.github.bhokumar.plugins/show-date-plugin "1.0.0"]