is not current version
Last Version 15

org.jasig:jasig-parent 10

Defaults for Jasig Maven2 projects.

GroupId

GroupId

org.jasig
ArtifactId

ArtifactId

jasig-parent
Version

Version

10
Type

Type

pom

Download jasig-parent 10

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

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