GroupId | GroupIdedu.rpi.tw.twks |
---|---|
ArtifactId | ArtifactIdtwks-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
twks-parent-1.0.2.pom | 14 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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.rpi.tw.twks/twks-parent/
implementation 'edu.rpi.tw.twks:twks-parent:1.0.2'
// https://jarcasting.com/artifacts/edu.rpi.tw.twks/twks-parent/
implementation ("edu.rpi.tw.twks:twks-parent:1.0.2")
'edu.rpi.tw.twks:twks-parent:pom:1.0.2'
<dependency org="edu.rpi.tw.twks" name="twks-parent" rev="1.0.2">
<artifact name="twks-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.rpi.tw.twks', module='twks-parent', version='1.0.2')
)
libraryDependencies += "edu.rpi.tw.twks" % "twks-parent" % "1.0.2"
[edu.rpi.tw.twks/twks-parent "1.0.2"]