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