GroupId | GroupIdorg.tickcode |
---|---|
ArtifactId | ArtifactIdBroadcastingInterfaces |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tickcode/BroadcastingInterfaces/ -->
<dependency>
<groupId>org.tickcode</groupId>
<artifactId>BroadcastingInterfaces</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tickcode/BroadcastingInterfaces/
implementation 'org.tickcode:BroadcastingInterfaces:0.1.1'
// https://jarcasting.com/artifacts/org.tickcode/BroadcastingInterfaces/
implementation ("org.tickcode:BroadcastingInterfaces:0.1.1")
'org.tickcode:BroadcastingInterfaces:jar:0.1.1'
<dependency org="org.tickcode" name="BroadcastingInterfaces" rev="0.1.1">
<artifact name="BroadcastingInterfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tickcode', module='BroadcastingInterfaces', version='0.1.1')
)
libraryDependencies += "org.tickcode" % "BroadcastingInterfaces" % "0.1.1"
[org.tickcode/BroadcastingInterfaces "0.1.1"]