GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-fit |
Version | Version2.0.8 |
Type | Typepom |
Filename | Size |
---|---|
syncope-fit-2.0.8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-fit/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-fit</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-fit/
implementation 'org.apache.syncope:syncope-fit:2.0.8'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-fit/
implementation ("org.apache.syncope:syncope-fit:2.0.8")
'org.apache.syncope:syncope-fit:pom:2.0.8'
<dependency org="org.apache.syncope" name="syncope-fit" rev="2.0.8">
<artifact name="syncope-fit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-fit', version='2.0.8')
)
libraryDependencies += "org.apache.syncope" % "syncope-fit" % "2.0.8"
[org.apache.syncope/syncope-fit "2.0.8"]