Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.rickbusarow.dispatcherprovider |
ArtifactId | ArtifactIddispatcher-provider-test |
Version | Version1.0.0-beta01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rickbusarow.dispatcherprovider/dispatcher-provider-test/ -->
<dependency>
<groupId>com.rickbusarow.dispatcherprovider</groupId>
<artifactId>dispatcher-provider-test</artifactId>
<version>1.0.0-beta01</version>
</dependency>
// https://jarcasting.com/artifacts/com.rickbusarow.dispatcherprovider/dispatcher-provider-test/
implementation 'com.rickbusarow.dispatcherprovider:dispatcher-provider-test:1.0.0-beta01'
// https://jarcasting.com/artifacts/com.rickbusarow.dispatcherprovider/dispatcher-provider-test/
implementation ("com.rickbusarow.dispatcherprovider:dispatcher-provider-test:1.0.0-beta01")
'com.rickbusarow.dispatcherprovider:dispatcher-provider-test:jar:1.0.0-beta01'
<dependency org="com.rickbusarow.dispatcherprovider" name="dispatcher-provider-test" rev="1.0.0-beta01">
<artifact name="dispatcher-provider-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rickbusarow.dispatcherprovider', module='dispatcher-provider-test', version='1.0.0-beta01')
)
libraryDependencies += "com.rickbusarow.dispatcherprovider" % "dispatcher-provider-test" % "1.0.0-beta01"
[com.rickbusarow.dispatcherprovider/dispatcher-provider-test "1.0.0-beta01"]