Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.jasig.portlet.utils |
ArtifactId | ArtifactIdportlet-form-resources |
Version | Version1.0.0-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet.utils/portlet-form-resources/ -->
<dependency>
<groupId>org.jasig.portlet.utils</groupId>
<artifactId>portlet-form-resources</artifactId>
<version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.utils/portlet-form-resources/
implementation 'org.jasig.portlet.utils:portlet-form-resources:1.0.0-M2'
// https://jarcasting.com/artifacts/org.jasig.portlet.utils/portlet-form-resources/
implementation ("org.jasig.portlet.utils:portlet-form-resources:1.0.0-M2")
'org.jasig.portlet.utils:portlet-form-resources:jar:1.0.0-M2'
<dependency org="org.jasig.portlet.utils" name="portlet-form-resources" rev="1.0.0-M2">
<artifact name="portlet-form-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.utils', module='portlet-form-resources', version='1.0.0-M2')
)
libraryDependencies += "org.jasig.portlet.utils" % "portlet-form-resources" % "1.0.0-M2"
[org.jasig.portlet.utils/portlet-form-resources "1.0.0-M2"]