Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdpommes |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
pommes-3.1.1.pom | |
pommes-3.1.1.jar | 97 KB |
pommes-3.1.1-test-sources.jar | 5 KB |
pommes-3.1.1-sources.jar | 62 KB |
pommes-3.1.1-javadoc.jar | 270 KB |
pommes-3.1.1-application.sh | 20 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/pommes/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>pommes</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/pommes/
implementation 'net.oneandone:pommes:3.1.1'
// https://jarcasting.com/artifacts/net.oneandone/pommes/
implementation ("net.oneandone:pommes:3.1.1")
'net.oneandone:pommes:jar:3.1.1'
<dependency org="net.oneandone" name="pommes" rev="3.1.1">
<artifact name="pommes" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='pommes', version='3.1.1')
)
libraryDependencies += "net.oneandone" % "pommes" % "3.1.1"
[net.oneandone/pommes "3.1.1"]