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