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