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