| GroupId | GroupIdcom.syncleus |
|---|---|
| ArtifactId | ArtifactIdsyncleus |
| Version | Version3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| syncleus-3.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.syncleus/syncleus/ -->
<dependency>
<groupId>com.syncleus</groupId>
<artifactId>syncleus</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.syncleus/syncleus/
implementation 'com.syncleus:syncleus:3'
// https://jarcasting.com/artifacts/com.syncleus/syncleus/
implementation ("com.syncleus:syncleus:3")
'com.syncleus:syncleus:pom:3'
<dependency org="com.syncleus" name="syncleus" rev="3">
<artifact name="syncleus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.syncleus', module='syncleus', version='3')
)
libraryDependencies += "com.syncleus" % "syncleus" % "3"
[com.syncleus/syncleus "3"]