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