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