Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdpommes |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
pommes-2.2.1.pom | |
pommes-2.2.1.jar | 51 KB |
pommes-2.2.1-sources.jar | 29 KB |
pommes-2.2.1-javadoc.jar | 141 KB |
pommes-2.2.1-application.sh | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/pommes/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>pommes</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/pommes/
implementation 'net.oneandone:pommes:2.2.1'
// https://jarcasting.com/artifacts/net.oneandone/pommes/
implementation ("net.oneandone:pommes:2.2.1")
'net.oneandone:pommes:jar:2.2.1'
<dependency org="net.oneandone" name="pommes" rev="2.2.1">
<artifact name="pommes" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='pommes', version='2.2.1')
)
libraryDependencies += "net.oneandone" % "pommes" % "2.2.1"
[net.oneandone/pommes "2.2.1"]