Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.syncope.identityconnectors |
ArtifactId | ArtifactIdframework |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
framework-0.1.5.pom | |
framework-0.1.5.jar | 173 KB |
framework-0.1.5-sources.jar | 246 KB |
framework-0.1.5-javadoc.jar | 918 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.syncope.identityconnectors/framework/ -->
<dependency>
<groupId>org.syncope.identityconnectors</groupId>
<artifactId>framework</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.syncope.identityconnectors/framework/
implementation 'org.syncope.identityconnectors:framework:0.1.5'
// https://jarcasting.com/artifacts/org.syncope.identityconnectors/framework/
implementation ("org.syncope.identityconnectors:framework:0.1.5")
'org.syncope.identityconnectors:framework:jar:0.1.5'
<dependency org="org.syncope.identityconnectors" name="framework" rev="0.1.5">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syncope.identityconnectors', module='framework', version='0.1.5')
)
libraryDependencies += "org.syncope.identityconnectors" % "framework" % "0.1.5"
[org.syncope.identityconnectors/framework "0.1.5"]