| License |
License |
|---|---|
| GroupId | GroupIdorg.sakaiproject.commons |
| ArtifactId | ArtifactIdcommons |
| Version | Version21.0 |
| Type | Typepom |
| Description |
DescriptionCOMMONS
Corporate POM for the Sakai Open Source Collaborative Learning Environment/Learning Management System
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-21.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.commons/commons/ -->
<dependency>
<groupId>org.sakaiproject.commons</groupId>
<artifactId>commons</artifactId>
<version>21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.commons/commons/
implementation 'org.sakaiproject.commons:commons:21.0'
// https://jarcasting.com/artifacts/org.sakaiproject.commons/commons/
implementation ("org.sakaiproject.commons:commons:21.0")
'org.sakaiproject.commons:commons:pom:21.0'
<dependency org="org.sakaiproject.commons" name="commons" rev="21.0">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.commons', module='commons', version='21.0')
)
libraryDependencies += "org.sakaiproject.commons" % "commons" % "21.0"
[org.sakaiproject.commons/commons "21.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
| log4j : log4j | jar | 1.2.17 |
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |