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