is not current version
Last Version 15

org.jasig:jasig-parent 9

Defaults for Jasig Maven2 projects.

GroupId

GroupId

org.jasig
ArtifactId

ArtifactId

jasig-parent
Version

Version

9
Type

Type

pom

Download jasig-parent 9

Filename Size
jasig-parent-9.pom 4 KB
Browse

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