Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.apache.syncope.fit |
ArtifactId | ArtifactIdsyncope-fit-build-tools |
Version | Version2.0.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.fit/syncope-fit-build-tools/ -->
<dependency>
<groupId>org.apache.syncope.fit</groupId>
<artifactId>syncope-fit-build-tools</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.fit/syncope-fit-build-tools/
implementation 'org.apache.syncope.fit:syncope-fit-build-tools:2.0.0'
// https://jarcasting.com/artifacts/org.apache.syncope.fit/syncope-fit-build-tools/
implementation ("org.apache.syncope.fit:syncope-fit-build-tools:2.0.0")
'org.apache.syncope.fit:syncope-fit-build-tools:war:2.0.0'
<dependency org="org.apache.syncope.fit" name="syncope-fit-build-tools" rev="2.0.0">
<artifact name="syncope-fit-build-tools" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.fit', module='syncope-fit-build-tools', version='2.0.0')
)
libraryDependencies += "org.apache.syncope.fit" % "syncope-fit-build-tools" % "2.0.0"
[org.apache.syncope.fit/syncope-fit-build-tools "2.0.0"]