License |
License
AL2
|
---|---|
Categories |
CategoriesWildFly Container Application Servers |
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdspring-rest-parent |
Last Version | Last Version1.0.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildFly Swarm: Spring REST Parent
WildFly Swarm: Spring REST Parent
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-rest-parent-1.0.0.Final.pom | 838 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/spring-rest-parent/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>spring-rest-parent</artifactId>
<version>1.0.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/spring-rest-parent/
implementation 'org.wildfly.swarm:spring-rest-parent:1.0.0.Final'
// https://jarcasting.com/artifacts/org.wildfly.swarm/spring-rest-parent/
implementation ("org.wildfly.swarm:spring-rest-parent:1.0.0.Final")
'org.wildfly.swarm:spring-rest-parent:pom:1.0.0.Final'
<dependency org="org.wildfly.swarm" name="spring-rest-parent" rev="1.0.0.Final">
<artifact name="spring-rest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='spring-rest-parent', version='1.0.0.Final')
)
libraryDependencies += "org.wildfly.swarm" % "spring-rest-parent" % "1.0.0.Final"
[org.wildfly.swarm/spring-rest-parent "1.0.0.Final"]