GroupId | GroupIdedu.rpi.tw.twks |
---|---|
ArtifactId | ArtifactIdtwks-parent |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
twks-parent-1.0.3.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.rpi.tw.twks/twks-parent/ -->
<dependency>
<groupId>edu.rpi.tw.twks</groupId>
<artifactId>twks-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.rpi.tw.twks/twks-parent/
implementation 'edu.rpi.tw.twks:twks-parent:1.0.3'
// https://jarcasting.com/artifacts/edu.rpi.tw.twks/twks-parent/
implementation ("edu.rpi.tw.twks:twks-parent:1.0.3")
'edu.rpi.tw.twks:twks-parent:pom:1.0.3'
<dependency org="edu.rpi.tw.twks" name="twks-parent" rev="1.0.3">
<artifact name="twks-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.rpi.tw.twks', module='twks-parent', version='1.0.3')
)
libraryDependencies += "edu.rpi.tw.twks" % "twks-parent" % "1.0.3"
[edu.rpi.tw.twks/twks-parent "1.0.3"]