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