is not current version
Last Version 15

org.jasig:jasig-parent 11

Defaults for Jasig Maven2 projects.

GroupId

GroupId

org.jasig
ArtifactId

ArtifactId

jasig-parent
Version

Version

11
Type

Type

pom

Download jasig-parent 11

Filename Size
jasig-parent-11.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jasig/jasig-parent/ -->
<dependency>
    <groupId>org.jasig</groupId>
    <artifactId>jasig-parent</artifactId>
    <version>11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig/jasig-parent/
implementation 'org.jasig:jasig-parent:11'
// https://jarcasting.com/artifacts/org.jasig/jasig-parent/
implementation ("org.jasig:jasig-parent:11")
'org.jasig:jasig-parent:pom:11'
<dependency org="org.jasig" name="jasig-parent" rev="11">
  <artifact name="jasig-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jasig', module='jasig-parent', version='11')
)
libraryDependencies += "org.jasig" % "jasig-parent" % "11"
[org.jasig/jasig-parent "11"]