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