GroupId | GroupIdcom.garyclayburg |
---|---|
ArtifactId | ArtifactIdupbanner-starter |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
upbanner-starter-2.1.1.pom | |
upbanner-starter-2.1.1.jar | 5 KB |
upbanner-starter-2.1.1-sources.jar | 5 KB |
upbanner-starter-2.1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.garyclayburg/upbanner-starter/ -->
<dependency>
<groupId>com.garyclayburg</groupId>
<artifactId>upbanner-starter</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.garyclayburg/upbanner-starter/
implementation 'com.garyclayburg:upbanner-starter:2.1.1'
// https://jarcasting.com/artifacts/com.garyclayburg/upbanner-starter/
implementation ("com.garyclayburg:upbanner-starter:2.1.1")
'com.garyclayburg:upbanner-starter:jar:2.1.1'
<dependency org="com.garyclayburg" name="upbanner-starter" rev="2.1.1">
<artifact name="upbanner-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.garyclayburg', module='upbanner-starter', version='2.1.1')
)
libraryDependencies += "com.garyclayburg" % "upbanner-starter" % "2.1.1"
[com.garyclayburg/upbanner-starter "2.1.1"]