Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.vleo.timel |
ArtifactId | ArtifactIdpom |
Version | Version0.9.0 |
Type | Typepom |
Filename | Size |
---|---|
pom-0.9.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vleo.timel/pom/ -->
<dependency>
<groupId>net.vleo.timel</groupId>
<artifactId>pom</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.vleo.timel/pom/
implementation 'net.vleo.timel:pom:0.9.0'
// https://jarcasting.com/artifacts/net.vleo.timel/pom/
implementation ("net.vleo.timel:pom:0.9.0")
'net.vleo.timel:pom:pom:0.9.0'
<dependency org="net.vleo.timel" name="pom" rev="0.9.0">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.vleo.timel', module='pom', version='0.9.0')
)
libraryDependencies += "net.vleo.timel" % "pom" % "0.9.0"
[net.vleo.timel/pom "0.9.0"]