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