| GroupId | GroupIdcom.github.waikato |
|---|---|
| ArtifactId | ArtifactIdfcms-widgets |
| Version | Version0.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fcms-widgets-0.0.13.pom | |
| fcms-widgets-0.0.13.jar | 115 KB |
| fcms-widgets-0.0.13-sources.jar | 90 KB |
| fcms-widgets-0.0.13-javadoc.jar | 318 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.waikato/fcms-widgets/ -->
<dependency>
<groupId>com.github.waikato</groupId>
<artifactId>fcms-widgets</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waikato/fcms-widgets/
implementation 'com.github.waikato:fcms-widgets:0.0.13'
// https://jarcasting.com/artifacts/com.github.waikato/fcms-widgets/
implementation ("com.github.waikato:fcms-widgets:0.0.13")
'com.github.waikato:fcms-widgets:jar:0.0.13'
<dependency org="com.github.waikato" name="fcms-widgets" rev="0.0.13">
<artifact name="fcms-widgets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waikato', module='fcms-widgets', version='0.0.13')
)
libraryDependencies += "com.github.waikato" % "fcms-widgets" % "0.0.13"
[com.github.waikato/fcms-widgets "0.0.13"]