License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdcom.farao-community.farao |
ArtifactId | ArtifactIdfarao-parent-ws |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFARAO parent POM for web services
It can be used as a POM parent for FARAO applications based on @SpringBoot
|
Project URL |
Project URL |
Filename | Size |
---|---|
farao-parent-ws-1.4.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.farao-community.farao/farao-parent-ws/ -->
<dependency>
<groupId>com.farao-community.farao</groupId>
<artifactId>farao-parent-ws</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.farao-community.farao/farao-parent-ws/
implementation 'com.farao-community.farao:farao-parent-ws:1.4.0'
// https://jarcasting.com/artifacts/com.farao-community.farao/farao-parent-ws/
implementation ("com.farao-community.farao:farao-parent-ws:1.4.0")
'com.farao-community.farao:farao-parent-ws:pom:1.4.0'
<dependency org="com.farao-community.farao" name="farao-parent-ws" rev="1.4.0">
<artifact name="farao-parent-ws" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.farao-community.farao', module='farao-parent-ws', version='1.4.0')
)
libraryDependencies += "com.farao-community.farao" % "farao-parent-ws" % "1.4.0"
[com.farao-community.farao/farao-parent-ws "1.4.0"]