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