GroupId | GroupIdorg.jasig.inspektr |
---|---|
ArtifactId | ArtifactIdinspektr-common |
Version | Version1.2.GA |
Type | Typejar |
Filename | Size |
---|---|
inspektr-common-1.2.GA.pom | |
inspektr-common-1.2.GA.jar | 11 KB |
inspektr-common-1.2.GA-sources.jar | 8 KB |
inspektr-common-1.2.GA-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr-common/ -->
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr-common</artifactId>
<version>1.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr-common/
implementation 'org.jasig.inspektr:inspektr-common:1.2.GA'
// https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr-common/
implementation ("org.jasig.inspektr:inspektr-common:1.2.GA")
'org.jasig.inspektr:inspektr-common:jar:1.2.GA'
<dependency org="org.jasig.inspektr" name="inspektr-common" rev="1.2.GA">
<artifact name="inspektr-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.inspektr', module='inspektr-common', version='1.2.GA')
)
libraryDependencies += "org.jasig.inspektr" % "inspektr-common" % "1.2.GA"
[org.jasig.inspektr/inspektr-common "1.2.GA"]