GroupId | GroupIdorg.appfuse.archetypes |
---|---|
ArtifactId | ArtifactIdappfuse-ws |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-ws-2.1.0.pom | |
appfuse-ws-2.1.0.jar | 2 KB |
appfuse-ws-2.1.0-sources.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-ws/ -->
<dependency>
<groupId>org.appfuse.archetypes</groupId>
<artifactId>appfuse-ws</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-ws/
implementation 'org.appfuse.archetypes:appfuse-ws:2.1.0'
// https://jarcasting.com/artifacts/org.appfuse.archetypes/appfuse-ws/
implementation ("org.appfuse.archetypes:appfuse-ws:2.1.0")
'org.appfuse.archetypes:appfuse-ws:jar:2.1.0'
<dependency org="org.appfuse.archetypes" name="appfuse-ws" rev="2.1.0">
<artifact name="appfuse-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse.archetypes', module='appfuse-ws', version='2.1.0')
)
libraryDependencies += "org.appfuse.archetypes" % "appfuse-ws" % "2.1.0"
[org.appfuse.archetypes/appfuse-ws "2.1.0"]