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