GroupId | GroupIdcom.zeoflow.depot |
---|---|
ArtifactId | ArtifactIddispatcher-runtime |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
dispatcher-runtime-0.0.2.pom | |
dispatcher-runtime-0.0.2-sources.jar | 9 KB |
dispatcher-runtime-0.0.2-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow.depot/dispatcher-runtime/ -->
<dependency>
<groupId>com.zeoflow.depot</groupId>
<artifactId>dispatcher-runtime</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow.depot/dispatcher-runtime/
implementation 'com.zeoflow.depot:dispatcher-runtime:0.0.2'
// https://jarcasting.com/artifacts/com.zeoflow.depot/dispatcher-runtime/
implementation ("com.zeoflow.depot:dispatcher-runtime:0.0.2")
'com.zeoflow.depot:dispatcher-runtime:aar:0.0.2'
<dependency org="com.zeoflow.depot" name="dispatcher-runtime" rev="0.0.2">
<artifact name="dispatcher-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow.depot', module='dispatcher-runtime', version='0.0.2')
)
libraryDependencies += "com.zeoflow.depot" % "dispatcher-runtime" % "0.0.2"
[com.zeoflow.depot/dispatcher-runtime "0.0.2"]