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