| GroupId | GroupIdde.saxsys.synchronizefx |
|---|---|
| ArtifactId | ArtifactIdsynchronizefx-core |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| synchronizefx-core-0.4.0.pom | |
| synchronizefx-core-0.4.0.jar | 59 KB |
| synchronizefx-core-0.4.0-sources.jar | 50 KB |
| synchronizefx-core-0.4.0-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.saxsys.synchronizefx/synchronizefx-core/ -->
<dependency>
<groupId>de.saxsys.synchronizefx</groupId>
<artifactId>synchronizefx-core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys.synchronizefx/synchronizefx-core/
implementation 'de.saxsys.synchronizefx:synchronizefx-core:0.4.0'
// https://jarcasting.com/artifacts/de.saxsys.synchronizefx/synchronizefx-core/
implementation ("de.saxsys.synchronizefx:synchronizefx-core:0.4.0")
'de.saxsys.synchronizefx:synchronizefx-core:jar:0.4.0'
<dependency org="de.saxsys.synchronizefx" name="synchronizefx-core" rev="0.4.0">
<artifact name="synchronizefx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys.synchronizefx', module='synchronizefx-core', version='0.4.0')
)
libraryDependencies += "de.saxsys.synchronizefx" % "synchronizefx-core" % "0.4.0"
[de.saxsys.synchronizefx/synchronizefx-core "0.4.0"]