| GroupId | GroupIdcom.chatroulette |
|---|---|
| ArtifactId | ArtifactIdneutron-circe_2.13 |
| Version | Version0.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.chatroulette/neutron-circe_2.13/ -->
<dependency>
<groupId>com.chatroulette</groupId>
<artifactId>neutron-circe_2.13</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.chatroulette/neutron-circe_2.13/
implementation 'com.chatroulette:neutron-circe_2.13:0.0.2'
// https://jarcasting.com/artifacts/com.chatroulette/neutron-circe_2.13/
implementation ("com.chatroulette:neutron-circe_2.13:0.0.2")
'com.chatroulette:neutron-circe_2.13:jar:0.0.2'
<dependency org="com.chatroulette" name="neutron-circe_2.13" rev="0.0.2">
<artifact name="neutron-circe_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chatroulette', module='neutron-circe_2.13', version='0.0.2')
)
libraryDependencies += "com.chatroulette" % "neutron-circe_2.13" % "0.0.2"
[com.chatroulette/neutron-circe_2.13 "0.0.2"]