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