GroupId | GroupIdorg.jasig.portlet |
---|---|
ArtifactId | ArtifactIdbasiclti-portlet |
Version | Version1.3.2 |
Type | Typewar |
Filename | Size |
---|---|
basiclti-portlet-1.3.2.pom | |
basiclti-portlet-1.3.2.war | 3 MB |
basiclti-portlet-1.3.2-sources.jar | 25 KB |
basiclti-portlet-1.3.2-javadoc.jar | 116 KB |
basiclti-portlet-1.3.2-classes.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet/basiclti-portlet/ -->
<dependency>
<groupId>org.jasig.portlet</groupId>
<artifactId>basiclti-portlet</artifactId>
<version>1.3.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/basiclti-portlet/
implementation 'org.jasig.portlet:basiclti-portlet:1.3.2'
// https://jarcasting.com/artifacts/org.jasig.portlet/basiclti-portlet/
implementation ("org.jasig.portlet:basiclti-portlet:1.3.2")
'org.jasig.portlet:basiclti-portlet:war:1.3.2'
<dependency org="org.jasig.portlet" name="basiclti-portlet" rev="1.3.2">
<artifact name="basiclti-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='basiclti-portlet', version='1.3.2')
)
libraryDependencies += "org.jasig.portlet" % "basiclti-portlet" % "1.3.2"
[org.jasig.portlet/basiclti-portlet "1.3.2"]