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