License |
License |
---|---|
GroupId | GroupIdorg.apache.syncope |
ArtifactId | ArtifactIdsyncope-fit |
Version | Version2.1.10 |
Type | Typepom |
Description |
DescriptionApache Syncope FIT
Apache Syncope Full Integration Test
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
syncope-fit-2.1.10.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.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-fit/
implementation 'org.apache.syncope:syncope-fit:2.1.10'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-fit/
implementation ("org.apache.syncope:syncope-fit:2.1.10")
'org.apache.syncope:syncope-fit:pom:2.1.10'
<dependency org="org.apache.syncope" name="syncope-fit" rev="2.1.10">
<artifact name="syncope-fit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-fit', version='2.1.10')
)
libraryDependencies += "org.apache.syncope" % "syncope-fit" % "2.1.10"
[org.apache.syncope/syncope-fit "2.1.10"]