GroupId | GroupIdcom.offbynull.coroutines |
---|---|
ArtifactId | ArtifactIdinstrumenter |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
instrumenter-1.0.2.pom | |
instrumenter-1.0.2.jar | 35 KB |
instrumenter-1.0.2-sources.jar | 32 KB |
instrumenter-1.0.2-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.offbynull.coroutines/instrumenter/ -->
<dependency>
<groupId>com.offbynull.coroutines</groupId>
<artifactId>instrumenter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.offbynull.coroutines/instrumenter/
implementation 'com.offbynull.coroutines:instrumenter:1.0.2'
// https://jarcasting.com/artifacts/com.offbynull.coroutines/instrumenter/
implementation ("com.offbynull.coroutines:instrumenter:1.0.2")
'com.offbynull.coroutines:instrumenter:jar:1.0.2'
<dependency org="com.offbynull.coroutines" name="instrumenter" rev="1.0.2">
<artifact name="instrumenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.offbynull.coroutines', module='instrumenter', version='1.0.2')
)
libraryDependencies += "com.offbynull.coroutines" % "instrumenter" % "1.0.2"
[com.offbynull.coroutines/instrumenter "1.0.2"]