GroupId | GroupIdcom.garyclayburg |
---|---|
ArtifactId | ArtifactIdwhatsupbanner |
Version | Version2.0.13 |
Type | Typepom |
Filename | Size |
---|---|
whatsupbanner-2.0.13.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.garyclayburg/whatsupbanner/ -->
<dependency>
<groupId>com.garyclayburg</groupId>
<artifactId>whatsupbanner</artifactId>
<version>2.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.garyclayburg/whatsupbanner/
implementation 'com.garyclayburg:whatsupbanner:2.0.13'
// https://jarcasting.com/artifacts/com.garyclayburg/whatsupbanner/
implementation ("com.garyclayburg:whatsupbanner:2.0.13")
'com.garyclayburg:whatsupbanner:pom:2.0.13'
<dependency org="com.garyclayburg" name="whatsupbanner" rev="2.0.13">
<artifact name="whatsupbanner" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.garyclayburg', module='whatsupbanner', version='2.0.13')
)
libraryDependencies += "com.garyclayburg" % "whatsupbanner" % "2.0.13"
[com.garyclayburg/whatsupbanner "2.0.13"]