GroupId | GroupIdcom.iopipe |
---|---|
ArtifactId | ArtifactIdiopipe |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
iopipe-1.5.0.pom | |
iopipe-1.5.0.jar | 135 KB |
iopipe-1.5.0-sources.jar | 95 KB |
iopipe-1.5.0-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iopipe/iopipe/ -->
<dependency>
<groupId>com.iopipe</groupId>
<artifactId>iopipe</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iopipe/iopipe/
implementation 'com.iopipe:iopipe:1.5.0'
// https://jarcasting.com/artifacts/com.iopipe/iopipe/
implementation ("com.iopipe:iopipe:1.5.0")
'com.iopipe:iopipe:jar:1.5.0'
<dependency org="com.iopipe" name="iopipe" rev="1.5.0">
<artifact name="iopipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iopipe', module='iopipe', version='1.5.0')
)
libraryDependencies += "com.iopipe" % "iopipe" % "1.5.0"
[com.iopipe/iopipe "1.5.0"]