License |
License |
---|---|
GroupId | GroupIdorg.jasig.resourceserver |
ArtifactId | ArtifactIdresource-server-content |
Version | Version1.4.0 |
Type | Typewar |
Description |
DescriptionResource Server Content
The Resource Server project.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jasig.resourceserver/resource-server-content/ -->
<dependency>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-content</artifactId>
<version>1.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.resourceserver/resource-server-content/
implementation 'org.jasig.resourceserver:resource-server-content:1.4.0'
// https://jarcasting.com/artifacts/org.jasig.resourceserver/resource-server-content/
implementation ("org.jasig.resourceserver:resource-server-content:1.4.0")
'org.jasig.resourceserver:resource-server-content:war:1.4.0'
<dependency org="org.jasig.resourceserver" name="resource-server-content" rev="1.4.0">
<artifact name="resource-server-content" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.resourceserver', module='resource-server-content', version='1.4.0')
)
libraryDependencies += "org.jasig.resourceserver" % "resource-server-content" % "1.4.0"
[org.jasig.resourceserver/resource-server-content "1.4.0"]