License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmpcs53013-parent-pom
Parent POM to handle things like signing and deploying MPCS53013 artifacts to central repository
|
Filename | Size |
---|---|
parent-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.uchicago.mpcs53013/parent/ -->
<dependency>
<groupId>edu.uchicago.mpcs53013</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.uchicago.mpcs53013/parent/
implementation 'edu.uchicago.mpcs53013:parent:1.0.0'
// https://jarcasting.com/artifacts/edu.uchicago.mpcs53013/parent/
implementation ("edu.uchicago.mpcs53013:parent:1.0.0")
'edu.uchicago.mpcs53013:parent:pom:1.0.0'
<dependency org="edu.uchicago.mpcs53013" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.uchicago.mpcs53013', module='parent', version='1.0.0')
)
libraryDependencies += "edu.uchicago.mpcs53013" % "parent" % "1.0.0"
[edu.uchicago.mpcs53013/parent "1.0.0"]