GroupId | GroupIdcom.comcast.drivethru |
---|---|
ArtifactId | ArtifactIddrive-thru |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
drive-thru-2.0.2.pom | |
drive-thru-2.0.2.jar | 51 KB |
drive-thru-2.0.2-sources.jar | 53 KB |
drive-thru-2.0.2-javadoc.jar | 290 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/ -->
<dependency>
<groupId>com.comcast.drivethru</groupId>
<artifactId>drive-thru</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/
implementation 'com.comcast.drivethru:drive-thru:2.0.2'
// https://jarcasting.com/artifacts/com.comcast.drivethru/drive-thru/
implementation ("com.comcast.drivethru:drive-thru:2.0.2")
'com.comcast.drivethru:drive-thru:jar:2.0.2'
<dependency org="com.comcast.drivethru" name="drive-thru" rev="2.0.2">
<artifact name="drive-thru" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comcast.drivethru', module='drive-thru', version='2.0.2')
)
libraryDependencies += "com.comcast.drivethru" % "drive-thru" % "2.0.2"
[com.comcast.drivethru/drive-thru "2.0.2"]