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