Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.twibs |
ArtifactId | ArtifactIdtwibs-parent |
Version | Version0.5 |
Type | Typepom |
Filename | Size |
---|---|
twibs-parent-0.5.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.twibs/twibs-parent/ -->
<dependency>
<groupId>net.twibs</groupId>
<artifactId>twibs-parent</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.twibs/twibs-parent/
implementation 'net.twibs:twibs-parent:0.5'
// https://jarcasting.com/artifacts/net.twibs/twibs-parent/
implementation ("net.twibs:twibs-parent:0.5")
'net.twibs:twibs-parent:pom:0.5'
<dependency org="net.twibs" name="twibs-parent" rev="0.5">
<artifact name="twibs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.twibs', module='twibs-parent', version='0.5')
)
libraryDependencies += "net.twibs" % "twibs-parent" % "0.5"
[net.twibs/twibs-parent "0.5"]