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