GroupId | GroupIdcom.disneystreaming |
---|---|
ArtifactId | ArtifactIdweaver-framework_2.12 |
Version | Version0.6.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.disneystreaming/weaver-framework_2.12/ -->
<dependency>
<groupId>com.disneystreaming</groupId>
<artifactId>weaver-framework_2.12</artifactId>
<version>0.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.disneystreaming/weaver-framework_2.12/
implementation 'com.disneystreaming:weaver-framework_2.12:0.6.12'
// https://jarcasting.com/artifacts/com.disneystreaming/weaver-framework_2.12/
implementation ("com.disneystreaming:weaver-framework_2.12:0.6.12")
'com.disneystreaming:weaver-framework_2.12:jar:0.6.12'
<dependency org="com.disneystreaming" name="weaver-framework_2.12" rev="0.6.12">
<artifact name="weaver-framework_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disneystreaming', module='weaver-framework_2.12', version='0.6.12')
)
libraryDependencies += "com.disneystreaming" % "weaver-framework_2.12" % "0.6.12"
[com.disneystreaming/weaver-framework_2.12 "0.6.12"]