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