GroupId | GroupIdcom.zeoflow.depot |
---|---|
ArtifactId | ArtifactIddispatcher-runtime |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
dispatcher-runtime-1.0.3.pom | |
dispatcher-runtime-1.0.3-sources.jar | 9 KB |
dispatcher-runtime-1.0.3-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>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow.depot/dispatcher-runtime/
implementation 'com.zeoflow.depot:dispatcher-runtime:1.0.3'
// https://jarcasting.com/artifacts/com.zeoflow.depot/dispatcher-runtime/
implementation ("com.zeoflow.depot:dispatcher-runtime:1.0.3")
'com.zeoflow.depot:dispatcher-runtime:aar:1.0.3'
<dependency org="com.zeoflow.depot" name="dispatcher-runtime" rev="1.0.3">
<artifact name="dispatcher-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow.depot', module='dispatcher-runtime', version='1.0.3')
)
libraryDependencies += "com.zeoflow.depot" % "dispatcher-runtime" % "1.0.3"
[com.zeoflow.depot/dispatcher-runtime "1.0.3"]