GroupId | GroupIdorg.appfuse.archetypes |
---|---|
ArtifactId | ArtifactIdappfuse-ws |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
appfuse-ws-3.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-ws/ -->
<dependency>
<groupId>org.appfuse.archetypes</groupId>
<artifactId>appfuse-ws</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-ws/
implementation 'org.appfuse.archetypes:appfuse-ws:3.0.0'
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-ws/
implementation ("org.appfuse.archetypes:appfuse-ws:3.0.0")
'org.appfuse.archetypes:appfuse-ws:pom:3.0.0'
<dependency org="org.appfuse.archetypes" name="appfuse-ws" rev="3.0.0">
<artifact name="appfuse-ws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.appfuse.archetypes', module='appfuse-ws', version='3.0.0')
)
libraryDependencies += "org.appfuse.archetypes" % "appfuse-ws" % "3.0.0"
[org.appfuse.archetypes/appfuse-ws "3.0.0"]