GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-core-upgrader |
Version | Version1.2.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-core-upgrader/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-core-upgrader</artifactId>
<version>1.2.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core-upgrader/
implementation 'org.apache.syncope:syncope-core-upgrader:1.2.0-M1'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core-upgrader/
implementation ("org.apache.syncope:syncope-core-upgrader:1.2.0-M1")
'org.apache.syncope:syncope-core-upgrader:jar:1.2.0-M1'
<dependency org="org.apache.syncope" name="syncope-core-upgrader" rev="1.2.0-M1">
<artifact name="syncope-core-upgrader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-core-upgrader', version='1.2.0-M1')
)
libraryDependencies += "org.apache.syncope" % "syncope-core-upgrader" % "1.2.0-M1"
[org.apache.syncope/syncope-core-upgrader "1.2.0-M1"]